You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this issue as well. vs-code basically ignores all background color definitions for the scopes in tmTheme file and only applies the global background color.
This is extremely useful to make themes that get different background colors for different syntaxes.
for example:
marking the code section in a markdown
changing the background color of the style and script tags inside an HTML document
change the background color of embedded code inside HTML documents for templating libraries in PHP, Ruby and Python
having syntax specific background colors. you might want light background color for markdown but dark background color for all the code.
Steps to Reproduce:
ext install theme-a
so
but
The text was updated successfully, but these errors were encountered: