Last Updated: February 25, 2016
·
1.058K
· a_laco

Custom color scheme based on the file type in Sublime Text 3

Step 1:

Open a file with that filetype.

Step2:

In the Sublime Text menu click:

Preferences -> Settings - More -> Syntax Specifix - User

Step3:

Paste the config:

{
    "color_scheme": "Packages/Color Scheme - Default/Dawn.tmTheme"
}