10 Beautiful Free Themes for Sublime Text (2024)

Sublime Text is one of the more popular text and code editors out there – and it’s easy to see why.

The app makes life easier for programmers with features like the ability to select multiple instances of the same string (like a PHP variable, for example), powerful search that lets you open up a file and jump to the exact spot you’re looking for and the ability to customize just about everything.

One of those cool customization features comes in the form of themes. There are a variety of free themes available that can change the look of Sublime Text to better reflect your needs. Below is a collection of some of our favorites.

You might also like these Sublime Text WordPress extensions or this Sublime Text cheatsheet.

Dracula

Dracula is a dark theme that presents some excellent color contrast. Using a dark background saves energy, so you can be an environmentally conscious vampire. There’s also a chance to expand your dark persona as Dracula is also available to use in over 40 apps.

10 Beautiful Free Themes for Sublime Text (1)

ayu

ayu is a very simple theme for Sublime Text 2/3 that gives you three color options: Dark, Mirage, and Light. Regardless of which version you use, the colors are bright, and the theme makes for easy reading. There are settings for displaying a separator between UI panels, font size, tab size, etc.

10 Beautiful Free Themes for Sublime Text (2)

Boxy

Billed as the most ‘hackable theme’ for Sublime Text, Boxy comes in both light and dark variations. Also included are dozens of options to help you customize things to your liking. You can set various sizes, fonts, color accents, icon sets, and backgrounds. Plus, change settings for tabs, bars, and panels. There is simply a ton of ways to tweak the theme.

10 Beautiful Free Themes for Sublime Text (3)

Spacegray

Spacegray is a set of custom themes for Sublime Text 2/3 that features Base16 color schemes. The look is minimal and comes in three flavors: Spacegray, Spacegray Light, and Spacegray Eighties. Settings are available for font, tab, and sidebar tweaks.

10 Beautiful Free Themes for Sublime Text (4)

Material

Material brings Google’s Material Design to Sublime Text 3. It allows you to choose from several color schemes and has a configuration panel for easy customization. This one is a nice inspiration for those who already use Material Design in their work.

10 Beautiful Free Themes for Sublime Text (5)

Soda

Soda comes in both light and dark variations. It has been designed to take advantage of high-dpi displays and also sports alternate tab styles. The look is very sharp and quite easy to read.

10 Beautiful Free Themes for Sublime Text (6)

Afterglow

A minimal dark theme for Sublime Text, Afterglow is actually based on Spacegray – which we covered above. It supports different tab heights, color options, sidebar icons, and Markdown syntax. There are lots of options here to make this minimal theme your own.

10 Beautiful Free Themes for Sublime Text (7)

Gravity

Gravity looks to bring some elements of OS X Yosemite and El Capitan to Sublime Text. There are dark and light variations, along with some basic customization options. Overall, the theme will blend in beautifully for Mac users and will at least bring a taste of it to everyone else.

10 Beautiful Free Themes for Sublime Text (8)

Cyanide

Cyanide is a dark, minimal theme that comes with several color schemes, including Monocyanide, Twilightcyanide, Acid, Alert, Golden, Mint, and more. You’ll find that many options can be customized via a settings panel.

10 Beautiful Free Themes for Sublime Text (9)

New Moon

New Moon aims to strike a more balanced tone than some of the very high contrast themes out there. It’s a dark theme and is geared towards web development. It handles HTML, CSS, JS, and PHP quite well – without the distraction of bold colors.

10 Beautiful Free Themes for Sublime Text (10)

Simply Sublime

Sublime Text has proven itself to be an outstanding code editor. But it’s the little touches, like themes, that really make it stand out. That level of customization puts it ahead of many competitors.

So, whether you’re already using Sublime Text or looking to make the leap, adding one of the themes above will help bring an even higher comfort level to your development work.

Related Posts

  • 10 Essential Sublime Text Extensions for WordPress Developers
  • Must-Have Sublime Text Extensions For Web Developers
  • 30 Essential Free Plugins for Sketch App
  • 50 Free Responsive HTML Web Templates
  • 10 Free Videos for Learning to Design in Photoshop
  • 25 Free Color Tools, Apps and Palette Generators
  • The 18 Best Free Responsive Joomla Templates
10 Beautiful Free Themes for Sublime Text (2024)

FAQs

How do I make Sublime Text look good? ›

Customizing sublime text - YouTube

How do I make Sublime Text colorful? ›

  1. Locate your SublimeText packages directory under the directory which SublimeText is installed in (in my setup this was /opt/sublime/Packages)
  2. Open "Color Scheme - Default. ...
  3. Choose the colour scheme which is closest to your requirements and copy it.
  4. From Sublime Text choose Preferences - Browse Packages - User.
Dec 8, 2014

How do I get Sublime Text themes? ›

How to install a Sublime Text theme (the hard way)
  1. Open Sublime text and click on Preferences -> Browse Packages.
  2. Once you are inside the Sublime Text folder called “Packages” create a new folder naming it “Colorsublime-Themes”
  3. Then put the file/files . ...
  4. Cool!

Who created Monokai? ›

The original Monokai colors had been created in 2006 by creative director & developer Wimer Hazenberg. Soon after, the code editor Sublime Text adopted Monokai as its default color scheme. Monokai is internationally used for syntax highlighting in almost every editor.

How do I get dark mode in Sublime Text? ›

To activate the theme, open up user preferences file by clicking Sublime Text menu -> Preferences -> Settings - User . There are two different dark themes, dark and hybrid . To activate dark theme, put the following in the Preferences file. "theme": "Midnight-dark.

Is Sublime Text free? ›

Sublime Text may be downloaded and evaluated for free, however a license must be purchased for continued use.

How do I customize my theme in Sublime Text 3? ›

Sublime Text 3 has a number of pre-installed themes that can be enabled by clicking on “Preferences” in the top bar, then clicking “Color Scheme”. Click on “Preferences” in the top bar, then click “Color Scheme”. Next, a box will appear at the top of the window, with a few options.

How do I add fonts to Sublime Text 3? ›

Open the Sublime Text settings file:
  1. Mac OS X: Sublime Text 3 > Preferences > Settings - User.
  2. Windows: Preferences > Settings - User.
  3. Linux: Preferences > Settings - User.
May 7, 2021

Why is my Sublime Text white? ›

This happens when Sublime Text doesn't know which syntax highlighting to choose. First of all Sublime Text guesses the syntax from the file extension. E.g. if you have a file named my_file_name. php Sublime Text assumes that the PHP syntax highlighting is the best.

How do I change font color in HTML? ›

To set the font color in HTML, use the style attribute. The style attribute specifies an inline style for an element. The attribute is used with the HTML <p> tag, with the CSS property color. HTML5 do not support the <font> tag, so the CSS style is used to add font color.

How do I italicize in Sublime Text? ›

Italic Text

Use single asterisks to show text as italic, or emphasized, for example when introducing a new term.

How do I install sublime theme from GitHub? ›

Go to Sublime Text → Preferences → Browse Packages . Move folder inside and rename the folder to GitHub Theme .
...
Install
  1. Open Command Palette using menu item Tools → Command Palette or CMD/CTRL + SHIFT + P .
  2. Choose Package Control: Install Package .
  3. Type GitHub Theme and press ENTER .

How do I connect sublime to WordPress? ›

The preferred method of installation is via Package Control.
  1. Install Package Control.
  2. From inside the Sublime Text, open Package Control's Command Pallet: Command+Shift+P on Mac Ctrl+Shift+P on Windows or Linux.
  3. Type Install Package and hit Return or Enter . ...
  4. Type WordPress Customizer and hit Return or Enter .
Jun 15, 2016

What is the default font in Sublime Text 3? ›

On Linux it's Monospace 10 pt. (the exact monospace font used may vary on different Linux distributions or versions), on Windows it's Consolas 10 pt., and on OS X it's Menlo Regular 12 pt.

Top Articles
Latest Posts
Article information

Author: Lakeisha Bayer VM

Last Updated:

Views: 6224

Rating: 4.9 / 5 (49 voted)

Reviews: 88% of readers found this page helpful

Author information

Name: Lakeisha Bayer VM

Birthday: 1997-10-17

Address: Suite 835 34136 Adrian Mountains, Floydton, UT 81036

Phone: +3571527672278

Job: Manufacturing Agent

Hobby: Skimboarding, Photography, Roller skating, Knife making, Paintball, Embroidery, Gunsmithing

Introduction: My name is Lakeisha Bayer VM, I am a brainy, kind, enchanting, healthy, lovely, clean, witty person who loves writing and wants to share my knowledge and understanding with you.