In my workflow, I manage two sets of code for each website project. One for live code, and the other for code that still runs.
I would like different color schemes to be developed for live files and intermediate files so that I can easily distinguish them.
Is there a way to change the color scheme in Sublime Text based on the path to the file directory?
For instance:
/live/style.css has the style Packages/ColorSchemes/ColorScheme_1.tmTheme/staging/style.css has the style Packages/ColorSchemes/ColorScheme_2.tmTheme
source share