Gruntfuggly / todo-tree

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

color always same white in julia comments #706

Closed AbhimanyuAryan closed 1 year ago

AbhimanyuAryan commented 1 year ago

no matter what I use #BUG #FIX the colors is always same i.e. white in Julia code

FIX

BUG

Gruntfuggly commented 1 year ago

What settings are you using?

AbhimanyuAryan commented 1 year ago

@Gruntfuggly I am just using https://open-vsx.org/extension/wendreof/ufo theme with vscodium and no color. In VSCODE with https://marketplace.visualstudio.com/items?itemName=felipe-mendes.slack-theme just one color

I have not changed anything. I am just using the extension as it is....no personal configuration

also other theme I am using is https://marketplace.visualstudio.com/items?itemName=BeardedBear.beardedtheme (monokai metallian) same error all comments tags are white background

AbhimanyuAryan commented 1 year ago

you can look at this here:

Screenshot 2022-12-14 at 6 26 05 PM
Gruntfuggly commented 1 year ago

Colour highlights aren't enabled by default. You can configure any colours you want (see the README.md) but the simplest way to get coloured highlights is to enable todo-tree.highlights.useColourScheme.

AbhimanyuAryan commented 1 year ago

sorry my bad. I assumed it work out of box and I liked the default scheme in README.md so had nothing to change. I'll close this.