griimnak
You're a slave to the money then you die
Below i'll demonstrate how you can fully customize Sublime Text by only using one package from github with your own fonts.
The repository consists of 320+ syntax and UI themes for Sublime Text.
WINDOWS INSTALLATION
If you have git installed on your windows pc;
And you're done.
If not, we can manually drop it there by downloading from
Hit [Win key]+R to bring up the run dialog, enter "%appdata%" like so;
find Sublime Text\Packages or Sublime Text 3\Packages then extract the "rainglow" folder into the Packages folder.
After all of that, you should have 320+ themes to choose from
LINUX INSTALLATION
Install git via your distro's package manager.
After you have installed git, go to your distribution's .config folder in /home/ and find sublime text's package folder.
(the location of sublime text config may vary on your distro)
clone from git, and you are finished.
(in ~/.config/sublime-text-3/Packages)
How to use custom fonts with Sublime Text
This is really easy, go to Preferences > Settings
And add
inbetween the json brackets like so:
Save, and you are finished.
Note that the font will change immediately upon saving your settings (CTRL+S), if you don't notice a change you either have the name of your font wrong or it cannot be used.
- Installing 320+ themes
- How to use custom fonts in Sublime Text
You must be registered for see links
is a collection of color themes for a number of different editors and platforms.The repository consists of 320+ syntax and UI themes for Sublime Text.
WINDOWS INSTALLATION
If you have git installed on your windows pc;
Code:
cd C:\Users\<YOUR USER HERE>\AppData\Roaming\Sublime Text 3\Packages
git clone https://github.com/rainglow/sublime
If not, we can manually drop it there by downloading from
You must be registered for see links
:Hit [Win key]+R to bring up the run dialog, enter "%appdata%" like so;
find Sublime Text\Packages or Sublime Text 3\Packages then extract the "rainglow" folder into the Packages folder.
After all of that, you should have 320+ themes to choose from
LINUX INSTALLATION
Install git via your distro's package manager.
After you have installed git, go to your distribution's .config folder in /home/ and find sublime text's package folder.
(the location of sublime text config may vary on your distro)
Code:
cd ~/.config && ls -a
cd sublime-text-3/Packages
clone from git, and you are finished.
(in ~/.config/sublime-text-3/Packages)
Code:
git clone https://github.com/rainglow/sublime
How to use custom fonts with Sublime Text
This is really easy, go to Preferences > Settings
And add
Code:
"font_face": "your_font",
Save, and you are finished.
Note that the font will change immediately upon saving your settings (CTRL+S), if you don't notice a change you either have the name of your font wrong or it cannot be used.