I'm on a mac.
also, important to note, a file with a path segment of "Packages/Solarized Color Scheme/Solarized (Dark).tmTheme" does not exist anywhere on the filesystem. Sublime text has some sort of caching mechanism here that I don't understand. there is a cache folder, containing binary files that are named similarly (specifically appended with .cache) but sublime text does not recognize them as something it can use.
in my preferences i have this line:
"color_scheme": "Packages/Solarized Color Scheme/Solarized (Dark).tmTheme"
But, the path Packages/Solarized Color Scheme/Solarized (Dark).tmTheme
does not exist anywhere on my computer. I'd like to copy my theme to a new computer but I can't seem to find it. I ran sudo find / | grep tmTheme
which did not find it. Sublime text must have a cache of some sort, with a virtual theme directory? seems weird.
To state again, I ran this command:
sudo find / | grep tmTheme
And it did not turn up. So, the file path Packages/Solarized Color Scheme/Solarized (Dark).tmTheme
does not exist anywhere on my system, not in ~Library/Application Support/Sublime Text 3/Packages/Solarized Color Scheme/Solarized (Dark).tmTheme
or anywhere else.