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
Steps to Reproduce:
"editor.tokenColorCustomizations": { "textMateRules":[ { "name": "Invalid", "scope": "invalid", "settings": { "background": "#FF0000", "foreground": "#FFFFFF" } } ], "strings": "#3ad900" },
foreground
background
Generate color theme from current settings
"Invalid"
{ "name": "Invalid", "scope": "invalid", "settings": { "background": "#800F00", "foreground": "#F8F8F8" } }, ... { "name": "Invalid", "scope": "invalid", "settings": { "background": "#FF0000", "foreground": "#FFFFFF" } }
Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered:
It's a known limitation.
duplicate of #3429
Sorry, something went wrong.
No branches or pull requests
Steps to Reproduce:
foreground
color #FFFFFF is applied, butbackground
color #FF0000 is not, it remains as it is (#800F00)Generate color theme from current settings
shows 2 sets of"Invalid"
Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered: