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

[BUG] all icons appear color GREEN on todo-tree activity file explorer #802

Open emanueol opened 7 months ago

emanueol commented 7 months ago

As per title says heres what I see: image

Am Im missing to do any config ? I just installed extension > opened a .SQL file and typed BUG HACK etc..

Thanks

davsuapas commented 7 months ago

I have checked that it works with the customisation, but it does not work with the default values:

"todo-tree.highlights.customHighlight": {
      "TODO": {
          "icon": "check",
          "type": "line",
          "background": "red",
          "foreground": "black",
          "iconColour": "yellow",
          "gutterIcon": true
      }
  }