Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Orange color background didnt work #260

Closed
ahmadshiddiq opened this issue Dec 24, 2019 · 2 comments
Closed

Orange color background didnt work #260

ahmadshiddiq opened this issue Dec 24, 2019 · 2 comments

Comments

@ahmadshiddiq
Copy link

I want make configuration for FIXME tag background with orange color.
here my configuration :

"todo-tree.highlights.customHighlight": {
        "TODO": {
            "icon": "calendar",
            "foreground": "black",
            "background": "white",
            "iconColour": "white",
        },
        "FIXME": {
            "icon": "rocket",
            "foreground": "white",
            "background": "orange",
            "iconColour": "orange",
        }
    },

Here the results :
image

@Gruntfuggly
Copy link
Owner

"orange" isn't one of the predefined colours, but you can use hex, so try "#ff8000" instead.

@ahmadshiddiq
Copy link
Author

Its works well with hex code, thanks :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants