Skip to content

Foreground color are changed after migrating to Better Todo Tree #153

Description

@WEGFan

In Todo Tree, the foreground color stays unchanged:

Image
{
    "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:

Image
{
    "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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions