We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 :
The text was updated successfully, but these errors were encountered:
"orange" isn't one of the predefined colours, but you can use hex, so try "#ff8000" instead.
Sorry, something went wrong.
Its works well with hex code, thanks :D
No branches or pull requests
I want make configuration for FIXME tag background with orange color.
here my configuration :
Here the results :
The text was updated successfully, but these errors were encountered: