Auto-save is available through Sublime Package Control and is the recommended way to install. Alternatively, you may install via GitHub by cloning this repository into the Packages directory under Sublime Text's data directory: On Mac. Sublime Text can now utilize your GPU on Linux, Mac and Windows when rendering the interface. This results in a fluid UI all the way up to 8K resolutions, all while using less power than before. Apple Silicon and Linux ARM64 Sublime Text for Mac now includes native support for Apple Silicon processors.
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 great color contrast. Using a dark background actually saves energy as well, 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.
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, colors are bright and the theme makes for easy reading. There are settings for things like displaying a separator between UI panels, font size, tab size and more.
Boxy
Billed as the most ‘hackable theme’ for Sublime Text 3, 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.
Sublime Text C++ Compiler
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.
Material
Material brings Google’s Material Design to Sublime Text 3. It allows you to choose from a number of color schemes and has a configuration panel to make for easy customization. This one is a nice inspiration for those who already use Material Design in their work.
Soda
Soda comes in both light and dark variations and works with both Sublime Text 2 and 3. It’s designed to take advantage of high-dpi displays and also sports alternate tab styles. The look is very sharp and quite easy to read.
Afterglow
A minimal dark theme for Sublime Text 2/3, 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.
Gravity
Gravity looks to bring some elements of OS X Yosemite and El Capitan to Sublime Text 3. 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.
Cyanide
Cyanide is a dark, minimal theme that works with Sublime Text 3. There are several color schemes available, including: Monocyanide, Twilightcyanide, Acid, Alert, Golden, Mint and more. You’ll find that many options can be customized via a settings panel.
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.
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
Select & Expand
⌘ D | select current word (repeat to include next instance of word) |
⌘ L | select current line (repeat to include next line) |
⌘ ⇧ L | split selection into multiple lines |
⌘ ⇧ A | select text inside tag (repeat to expand) |
Ctrl ⇧ M | select to curly or angle brackets (repeat to expand) |
Sublime Text 3 C++ Build System Mac
Replace ⌘ with Ctrl on Windows and Linux.
Code Folding
⌘ Alt [ | fold closest block |
⌘ Alt ] | unfold closest block |
⌘ K ⌘ 1 | fold all first level code blocks |
⌘ K ⌘ 2 | fold all second level code blocks |
⌘ K ⌘ 3 (etc) | fold all third level code blocks (etc) |
⌘ K ⌘ T | fold all HTML attributes |
⌘ K ⌘ 0 | unfold everything |
Editing
⌘ ⇧ D | duplicate current line/selection |
⌘ ⇧ K | delete current line/selection |
Goto
Mac Sublime Text 3 C++ 配置
⌘ P | goto anything |
⌘ G | goto line number |
⌘ R | goto symbol |
⌘ P, : | goto line number (enter number after : ) |
⌘ P, # | goto and list fuzzy-matches of string (enter characters after # ) |
⌘ P, @ | goto and list symbol (begin typing symbol name after @ ) |
Command line
Setup Sublime Text For C++ Mac
Use subl
to open files in Sublime from the terminal.