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

settings.json - cant have different icon and foregroun colors #758

Open bhimabi opened 1 year ago

bhimabi commented 1 year ago
"todo-tree.highlights.customHighlight": {

    "BUG": {
        "background": "red",
        "foreground": "orange",
        "icon": "bug",
        "iconColour ": "cyan"
    }

}

But both the icon color and foreground(text color in code) is orange. Is this a bug or a mistake on my side?