Language: JavaScript. The same scheme is used. The situation repeats with any color scheme.
What happened with the highlighting?
So I suppose you have tried the ST4 default color scheme: Mariana
?
ST4’s Monokai works for me too. So I would guess you either
- using a 3rd-party JavaScript syntax
- have built-in color scheme overridden
I need https://github.com/matkl/Monokai-Black
Seems that manually installed schemes stopped to work correctly.
Yes, some scopes have been changed in ST 4. Hence some color schemes won’t work well, especially for those old ones.
I think it will unlikely be done since “changing scopes to make them more standard among syntaxes” is intentional.
Through the command palette you can do “UI: Customize Color Scheme” and set the "background"
global to whatever color you want.
Thanks. It is an acceptable workaround.
Is there a way to change this color and the form of tabs (it was trapezoid before)?
// Controls the style of file tabs for the Default, Default Dark, and
// Adaptive themes.
// Options: "rounded", "square"
// The value "angled" provides the tab style from Sublime Text 3, but is
// only compatible with the Default and Adaptive themes, and will not
// support new features like inactive pane dimming.
"file_tab_style": "rounded",
The whole look of the application with the exception of the colors used for syntax highlighting comes from the Theme; that includes the tab bar background.
It’s tabset_control
I believe; theming documentation is available at https://www.sublimetext.com/docs/themes.html#elements-tabs.
Default Dark
inherits from the Default
theme; you’ll find the tabset
related theme items there if you want to copy them into your own theme customization and adjust them.