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
This extension is great! ❤️
I use Solarized Light color scheme and when I type custom tags the color does not play well with this theme, making them hard to read:
Any chance the color scheme colors can be leveraged so they play nicely within a light theme?
The text was updated successfully, but these errors were encountered:
Hi, I just started to look at this extension today, but I think I can help.
Unless I'm mistaken, the color can be changed in the TodoDocumentDecorator.js file.
For example, for the @low tag change the hex codes to what you want...
@low
TagsDecorator.DECORATOR_LOW_TAG = vscode_1.window.createTextEditorDecorationType({ light: { backgroundColor: '#9933FF', color: '#fff' }, dark: { backgroundColor: '#99CC00', color: '#000', } });
Replace the hex color codes with your desired colors and it should work after restarting VS Code.
Sorry, something went wrong.
No branches or pull requests
This extension is great! ❤️
I use Solarized Light color scheme and when I type custom tags the color does not play well with this theme, making them hard to read:
Any chance the color scheme colors can be leveraged so they play nicely within a light theme?
The text was updated successfully, but these errors were encountered: