Set colour scheme per language
We all have our favorite colour schemes for editors, terminals etc. sometimes you want some variation to be able to switch context or for easy recognition.
This is how you set different colour schemes for different languages:
- Open a file of the language type you want to customize
- Go to Menu: Sublime Text -> Preferences -> Settings - More -> Syntax Specific User
- Paste the below snippet
- Set the package to your liking
{
"color_scheme": "Packages/Color Scheme - Default/Cobalt.tmTheme"
}
Colour schemes are located in different places, the one given in the examples was located in:
~/Library/Application Support/Sublime Text 3/Cache/Color\ Scheme\ -\ Default/