Spacegray
January 12, 2018 ยท View on GitHub
A set of custom UI themes for Sublime Text 2/3. It's all about hype and minimal. Comes in different flavors with accompanying Base16 color schemes.
What's in this fork?
Designed specifically for JavaScript and Stylus. It reduce the use of red in variable names and has more styling of reserved keywords, object literals, parenthesis, arguments and methods.
Themes
Spacegray Eighties
A variation based on Base16 Eighties Dark color scheme.

The font used in the screenshots is Source Code Pro.
How to Install
Follow these steps:
- Download the .zip
- Unzip and rename the folder to
Theme - Spacegray - Copy the folder into
Packagesdirectory, which you can find using the menu itemSublime Text -> Preferences -> Browse Packages...
How to Activate
Activate the UI theme and color scheme by modifying your user preferences file, which you can find using the menu item Sublime Text -> Preferences -> Settings - User (โ, on Mac).
You can choose whichever flavor you like, but don't forget to change both color scheme and UI theme so they match.
Note: Don't forget to restart Sublime Text after activating the theme.
Settings for Spacegray Eighties
{
"theme": "Spacegray Eighties.sublime-theme",
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
"spacegray_fileicons": true
}
Settings
Tab labels font size
Copy and paste one of four options in your user preferences file:
"spacegray_tabs_font_small": true
"spacegray_tabs_font_normal": true
"spacegray_tabs_font_large": true
"spacegray_tabs_font_xlarge": true
Tabs size
Tabs height:
"spacegray_tabs_small": true
"spacegray_tabs_normal": true
"spacegray_tabs_large": true
"spacegray_tabs_xlarge": true
Tabs width:
"spacegray_tabs_auto_width": true
Sidebar labels font size
"spacegray_sidebar_font_small": true
"spacegray_sidebar_font_normal": true
"spacegray_sidebar_font_large": true
"spacegray_sidebar_font_xlarge": true
Sidebar tree rows height
"spacegray_sidebar_tree_xsmall": true
"spacegray_sidebar_tree_small": true
"spacegray_sidebar_tree_normal": true
"spacegray_sidebar_tree_large": true
"spacegray_sidebar_tree_xlarge": true
Hide navigation icons in Sublime Text 3
"enable_tab_scrolling": false,
Enable sidebar fileicons (only works in Sublime Text 3)
"spacegray_fileicons": true,
![]()
Disable custom OSX Title Bar in Sublime Text 3
Useful if you're using native OSX tabs since the custom Title Bar breaks the native tabs
"disable_custom_title_bar": true,
Thanks
The Spacegray Eighties variation is contributed by Yoshua Wuyts.