dlang-community / D-Scanner

Swiss-army knife for D source code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support additional themes for HTML highlighting

snprajwal opened this issue · comments

Currently, the HTML highlighting supports only Solarized Dark, and is hardcoded here:

html { background-color: #fdf6e3; color: #002b36; }

We can provide a --theme flag that allows users to pick from a small predefined set of themes. If anything, it provides an alternative to those who dislike Solarized Dark :P.

Would a PR be accepted for this?

sure, I'm not sure how many people actually use this feature anyway, go wild with PRs.