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
.tmTheme definitions can have background colors specified with background keys such:
.tmTheme
background
<!-- Number --> <dict> <key>scope</key> <string>constant.numeric</string> <key>settings</key> <dict> <key>foreground</key> <string>#8fc2bbbb</string> <key>background</key> <string>#8fc2bb0f</string> </dict> </dict>
and vscode provides on such support for this. A theme like NeonGlow that normally looks like this:
In vscode looks like:
The text was updated successfully, but these errors were encountered:
duplicate of #3429
Sorry, something went wrong.
@aeschli nice...
aeschli
No branches or pull requests
.tmTheme
definitions can have background colors specified withbackground
keys such:and vscode provides on such support for this. A theme like NeonGlow that normally looks like this:
In vscode looks like:
The text was updated successfully, but these errors were encountered: