aziz / tmTheme-Editor

Color scheme editor for SublimeText, Textmate and a bunch of other text editors
tmtheme-editor.herokuapp.com
GNU Affero General Public License v3.0
1.69k stars 319 forks source link

Can't install theme. #238

Closed xSynthx closed 6 years ago

xSynthx commented 6 years ago

So, I found the anarchist theme on the website, how would I use it with sublime text 3 using the downloaded file because what im trying apparently isnt going to work:

Sublime preferences:

"color_scheme": "Themes/Anarchist.tmTheme",

and this is all I get: Image Link The file is there, and everything.

xSynthx commented 6 years ago

Anyone that can help?

aziz commented 6 years ago

You save the file. put it in your Sublime User folder (you can also create a separate sub folder for it) and then in the settings file you address it from the Packages directory like this:

"color_scheme": "Packages/User/Anarchist.tmTheme",

If you don't know where is the Sublime User folder just google it.

xSynthx commented 6 years ago

That worked, thank you very much!

For those of you that do not know the location of the users folder, it is here:

For Sublime 2, the locations are the following:
     Windows: %APPDATA%\Sublime Text 2
     OS X: ~/Library/Application Support/Sublime Text 2
     Linux: ~/.config/sublime-text-2

This information is available here: http://docs.sublimetext.info/en/sublime-text-2/basic_concepts.html#the-data-directory

For Sublime 3, the locations are the following:

    Windows: %APPDATA%\Sublime Text 3
    OS X: ~/Library/Application Support/Sublime Text 3
    Linux: ~/.config/sublime-text-3

This information is available here:http://docs.sublimetext.info/en/sublime-text-3/basic_concepts.html#the-data-directory