Gruntfuggly / todo-tree

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

Icon `circle` with color `#c71e5b` doesn't work ?!?! #852

Open GamuIsAlreadyTaken opened 3 months ago

GamuIsAlreadyTaken commented 3 months ago

Its probably my side, ive restarted twice and it does not change.

I have this in my config:

"todo-tree.highlights.customHighlight": {
        "TASK": {
            "icon": "circle",
            "iconColour": "#c71e5b",
            ...
        },
...

and for some reason the circle appears black, if i change the color to #c71e5c it works, but if i change it back it goes to black.

By my testing it seems to be related to the icon circle if i change the icon it works