Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Tutorials
Customize Sublime Text with 320+ themes and custom fonts
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="griimnak" data-source="post: 431548" data-attributes="member: 35695"><p>Below i'll demonstrate how you can fully customize Sublime Text by only using one package from github with your own fonts.</p><ol> <li data-xf-list-type="ol">Installing 320+ themes</li> <li data-xf-list-type="ol">How to use custom fonts in Sublime Text</li> </ol><p><span style="font-size: 22px"><strong>Installing 320+ themes</strong></span></p><p><img src="https://image.prntscr.com/image/hqmcuQW3T4_euAd4LYX7ww.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p><a href="https://github.com/rainglow/sublime" target="_blank">Rainglow</a> is a collection of color themes for a number of different editors and platforms.</p><p>The repository consists of 320+ syntax and UI themes for Sublime Text.</p><p></p><p></p><p><span style="font-size: 18px"><strong>WINDOWS INSTALLATION</strong></span></p><p><strong>If you have git installed on your windows pc;</strong></p><p>[CODE]</p><p>cd C:\Users\<YOUR USER HERE>\AppData\Roaming\Sublime Text 3\Packages</p><p>git clone https://github.com/rainglow/sublime</p><p>[/CODE]</p><p>And you're done.</p><p></p><p><strong>If not, we can manually drop it there by downloading from <a href="https://github.com/rainglow/sublime" target="_blank">github</a>:</strong></p><p><img src="https://image.prntscr.com/image/Oh8cOJz-S0OCZhSgujsgCQ.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Hit [Win key]+R to bring up the run dialog, enter "%appdata%" like so;</p><p><img src="https://image.prntscr.com/image/-w4LkPXyQSO-ccuJs56KjA.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p><img src="https://image.prntscr.com/image/qx7NWeuzRdeyxyKI0--6Dw.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>find Sublime Text\Packages or Sublime Text 3\Packages then extract the "rainglow" folder into the Packages folder.</p><p><img src="https://image.prntscr.com/image/5UhEgbzCQU_O4AlLSFt6Vw.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>After all of that, you should have 320+ themes to choose from</p><p><img src="https://image.prntscr.com/image/sXYV6JcbTka348gB4XSRvA.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p></p><p><span style="font-size: 18px"><strong>LINUX INSTALLATION</strong></span></p><p><strong>Install git via your distro's package manager.</strong></p><p></p><p>After you have installed git, go to your distribution's .config folder in /home/ and find sublime text's package folder.</p><p><em>(the location of sublime text config may vary on your distro)</em></p><p>[CODE]</p><p>cd ~/.config && ls -a</p><p>cd sublime-text-3/Packages</p><p>[/CODE]</p><p></p><p>clone from git, and you are finished.</p><p>(in ~/.config/sublime-text-3/Packages)</p><p>[CODE]</p><p>git clone https://github.com/rainglow/sublime</p><p>[/CODE]</p><p><img src="https://i.imgur.com/G5RgOHS.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p></p><p><span style="font-size: 22px"><strong>How to use custom fonts with Sublime Text</strong></span></p><p>This is really easy, go to Preferences > Settings</p><p><img src="https://image.prntscr.com/image/81a5-9zoQ8yAZp4olxR-vQ.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>And add</p><p>[CODE]</p><p>"font_face": "your_font",</p><p>[/CODE]</p><p>inbetween the json brackets like so:</p><p></p><p><img src="https://image.prntscr.com/image/YZd5rv-MTjeDvKGtq2OYjA.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>Save, and you are finished.</p><p></p><p><strong>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.</strong></p></blockquote><p></p>
[QUOTE="griimnak, post: 431548, member: 35695"] Below i'll demonstrate how you can fully customize Sublime Text by only using one package from github with your own fonts. [LIST=1] [*]Installing 320+ themes [*]How to use custom fonts in Sublime Text [/LIST] [SIZE=6][B]Installing 320+ themes[/B][/SIZE] [IMG]https://image.prntscr.com/image/hqmcuQW3T4_euAd4LYX7ww.png[/IMG] [URL='https://github.com/rainglow/sublime']Rainglow[/URL] 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. [SIZE=5][B]WINDOWS INSTALLATION[/B][/SIZE] [B]If you have git installed on your windows pc;[/B] [CODE] cd C:\Users\<YOUR USER HERE>\AppData\Roaming\Sublime Text 3\Packages git clone https://github.com/rainglow/sublime [/CODE] And you're done. [B]If not, we can manually drop it there by downloading from [URL='https://github.com/rainglow/sublime']github[/URL]:[/B] [IMG]https://image.prntscr.com/image/Oh8cOJz-S0OCZhSgujsgCQ.png[/IMG] Hit [Win key]+R to bring up the run dialog, enter "%appdata%" like so; [IMG]https://image.prntscr.com/image/-w4LkPXyQSO-ccuJs56KjA.png[/IMG] [IMG]https://image.prntscr.com/image/qx7NWeuzRdeyxyKI0--6Dw.png[/IMG] find Sublime Text\Packages or Sublime Text 3\Packages then extract the "rainglow" folder into the Packages folder. [IMG]https://image.prntscr.com/image/5UhEgbzCQU_O4AlLSFt6Vw.png[/IMG] After all of that, you should have 320+ themes to choose from [IMG]https://image.prntscr.com/image/sXYV6JcbTka348gB4XSRvA.png[/IMG] [SIZE=5][B]LINUX INSTALLATION[/B][/SIZE] [B]Install git via your distro's package manager.[/B] After you have installed git, go to your distribution's .config folder in /home/ and find sublime text's package folder. [I](the location of sublime text config may vary on your distro)[/I] [CODE] cd ~/.config && ls -a cd sublime-text-3/Packages [/CODE] clone from git, and you are finished. (in ~/.config/sublime-text-3/Packages) [CODE] git clone https://github.com/rainglow/sublime [/CODE] [IMG]https://i.imgur.com/G5RgOHS.png[/IMG] [SIZE=6][B]How to use custom fonts with Sublime Text[/B][/SIZE] This is really easy, go to Preferences > Settings [IMG]https://image.prntscr.com/image/81a5-9zoQ8yAZp4olxR-vQ.png[/IMG] And add [CODE] "font_face": "your_font", [/CODE] inbetween the json brackets like so: [IMG]https://image.prntscr.com/image/YZd5rv-MTjeDvKGtq2OYjA.png[/IMG] Save, and you are finished. [B]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.[/B] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Tutorials
Customize Sublime Text with 320+ themes and custom fonts
Top