Sublime Forum

[Solved] Different color scheme in one type of file

#1

In sublime text 3 i have some trouble with color scheme: in different files with one type of file different color scheme. This problem i will see with JS, CSS syntax. Example:

Screen with color scheme what i set - file1.js (Oceanic Next Color), here is good:
enter image description here

And in other file - file2.js (at the same folder):
enter image description here

My user config:

    {
        "color_scheme": "Packages/Oceanic Next Color Scheme/Oceanic Next.tmTheme",
        "font_size": 10,
        "ignored_packages":
        [
            "Vintage"
        ],
        "theme": "Broceanic.sublime-theme"
    }

Packages list:
Babel, Handlebars, Oceanic Next Color, Theme Broceanic;

Sublime version: 3103

OS: Window 10 Pro

0 Likes

#2

Maybe you have a syntax specific color scheme set for some filetypes?

0 Likes

#3

Problem solved: deleted workplace file.

0 Likes