Gruntfuggly / todo-tree

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

Weird overlay and text color on all tags #619

Closed Tosh0kan closed 2 years ago

Tosh0kan commented 2 years ago

For some reason, all tags, both standard and custom ones, have this weird gray overlay on them, and the text color changes to a dark gray, like in this image(https://i.imgur.com/oUFQIuQ.png), and I have no clue why. I have already tried reinstalling the extension and nothing.

Gruntfuggly commented 2 years ago

That's just the default highlight. You can customize the colours (todo-tree.highlights.defaultHighlight), or just disable them with by setting todo-tree.highlights.enabled to false. There are loads of ways to configure the highlights if you want to, see https://github.com/Gruntfuggly/todo-tree#highlighting.

Tosh0kan commented 2 years ago

Ahhhhhh. Sorry. I thought for certain the default tags would look like something else, and this was the result of some weird conflict. Thank you for clarifying.