dlang-community / D-Scanner

Swiss-army knife for D source code
Boost Software License 1.0
238 stars 80 forks source link

Support additional themes for HTML highlighting #924

Closed snprajwal closed 9 months ago

snprajwal commented 11 months ago

Currently, the HTML highlighting supports only Solarized Dark, and is hardcoded here: https://github.com/dlang-community/D-Scanner/blob/a958f9ac7b1654cde0e15689fc9c60623b55e6ce/src/dscanner/highlighter.d#L24

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?

WebFreak001 commented 11 months ago

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