In Todo Tree, the foreground color stays unchanged:
{
"todo-tree.general.tagGroups": {
"FIX": [
"FIXME",
],
},
"todo-tree.general.tags": [
"BUG",
"FIX",
"TODO",
],
"todo-tree.highlights.customHighlight": {
"BUG": {
"background": "#ff0000",
"iconColour": "#ff0000",
"rulerColour": "#ff0000",
},
"FIX": {
"background": "#ff0000",
"icon": "alert",
"iconColour": "#ff0000",
"rulerColour": "#ff0000",
},
"TODO": {
"background": "#008000",
"rulerColour": "#008000",
},
},
"todo-tree.highlights.useColourScheme": false ,
"todo-tree.ripgrep.ripgrep": "C:\\Program Files\\Microsoft VS Code\\1b6a188127\\resources\\app\\extensions\\copilot\\node_modules\\@github\\copilot\\sdk\\ripgrep\\bin\\win32-x64\\rg.exe",
"todo-tree.highlights.defaultHighlight": {
"opacity": 40,
"rulerLane": "full",
"type": "text-and-comment",
},
"todo-tree.regex.regex": "((//|#|<!--|;|/\\*|%|^)\\s*($TAGS))",
}
In Better Todo Tree, the foreground color becomes white or black:
{
"better-todo-tree.general.tagGroups": {
"FIX": [
"FIXME",
],
},
"better-todo-tree.general.tags": [
"BUG",
"FIX",
"TODO",
],
"better-todo-tree.highlights.customHighlight": {
"BUG": {
"background": "#ff0000",
"iconColour": "#ff0000",
"rulerColour": "#ff0000",
},
"FIX": {
"background": "#ff0000",
"icon": "alert",
"iconColour": "#ff0000",
"rulerColour": "#ff0000",
},
"TODO": {
"background": "#008000",
"rulerColour": "#008000",
},
},
"better-todo-tree.highlights.useColourScheme": false ,
"better-todo-tree.ripgrep.ripgrep": "C:\\Program Files\\Microsoft VS Code\\1b6a188127\\resources\\app\\extensions\\copilot\\node_modules\\@github\\copilot\\sdk\\ripgrep\\bin\\win32-x64\\rg.exe",
"better-todo-tree.highlights.defaultHighlight": {
"opacity": 40,
"rulerLane": "full",
"type": "text-and-comment",
},
"better-todo-tree.regex.regex": "((//|#|<!--|;|/\\*|%|^)\\s*($TAGS))",
}
VS Code version: 1.130.0
Extension version: 1.3.4
In Todo Tree, the foreground color stays unchanged:
{ "todo-tree.general.tagGroups": { "FIX": [ "FIXME", ], }, "todo-tree.general.tags": [ "BUG", "FIX", "TODO", ], "todo-tree.highlights.customHighlight": { "BUG": { "background": "#ff0000", "iconColour": "#ff0000", "rulerColour": "#ff0000", }, "FIX": { "background": "#ff0000", "icon": "alert", "iconColour": "#ff0000", "rulerColour": "#ff0000", }, "TODO": { "background": "#008000", "rulerColour": "#008000", }, }, "todo-tree.highlights.useColourScheme": false , "todo-tree.ripgrep.ripgrep": "C:\\Program Files\\Microsoft VS Code\\1b6a188127\\resources\\app\\extensions\\copilot\\node_modules\\@github\\copilot\\sdk\\ripgrep\\bin\\win32-x64\\rg.exe", "todo-tree.highlights.defaultHighlight": { "opacity": 40, "rulerLane": "full", "type": "text-and-comment", }, "todo-tree.regex.regex": "((//|#|<!--|;|/\\*|%|^)\\s*($TAGS))", }In Better Todo Tree, the foreground color becomes white or black:
{ "better-todo-tree.general.tagGroups": { "FIX": [ "FIXME", ], }, "better-todo-tree.general.tags": [ "BUG", "FIX", "TODO", ], "better-todo-tree.highlights.customHighlight": { "BUG": { "background": "#ff0000", "iconColour": "#ff0000", "rulerColour": "#ff0000", }, "FIX": { "background": "#ff0000", "icon": "alert", "iconColour": "#ff0000", "rulerColour": "#ff0000", }, "TODO": { "background": "#008000", "rulerColour": "#008000", }, }, "better-todo-tree.highlights.useColourScheme": false , "better-todo-tree.ripgrep.ripgrep": "C:\\Program Files\\Microsoft VS Code\\1b6a188127\\resources\\app\\extensions\\copilot\\node_modules\\@github\\copilot\\sdk\\ripgrep\\bin\\win32-x64\\rg.exe", "better-todo-tree.highlights.defaultHighlight": { "opacity": 40, "rulerLane": "full", "type": "text-and-comment", }, "better-todo-tree.regex.regex": "((//|#|<!--|;|/\\*|%|^)\\s*($TAGS))", }VS Code version: 1.130.0
Extension version: 1.3.4