Gruntfuggly / todo-tree

Use ripgrep to find TODO tags and display the results in a tree view
Other
1.4k stars 134 forks source link

Dark and Light mode support #761

Closed k4mp3r closed 7 months ago

k4mp3r commented 1 year ago

Please let me know if this is already possible, I didn't see anything about this in the readme or in other issues.

It would be nice if I could configure the highlighting for both dark and light mode as I switch between the two depending on my ambient light. Currently it is hard to find colors that look good in one setting without being overbearing in the other. If anyone is aware of some good hex color values that do look good in both, I'd be open to that as a workaround.

Gruntfuggly commented 11 months ago

You can use theme colours in the settings - that should then respect your dark/light mode.

See https://code.visualstudio.com/api/references/theme-color for a list of theme colour names that you can use.

RokeJulianLockhart commented 10 months ago

@k4mp3r, it already does so for me. Perhaps try reinstalling to reset to defaults.

k4mp3r commented 7 months ago

Sorry for the late reply, didn't see the notification. This worked, thank you!