Theme - Spacegray
A Hyperminimal UI Theme for Sublime Text
Details
Installs
- Total 500K
- Win 247K
- Mac 168K
- Linux 86K
Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | Mar 16 | Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 16 | 26 | 15 | 11 | 13 | 20 | 15 | 18 | 17 | 19 | 25 | 8 | 25 | 17 | 18 | 17 | 16 | 12 | 6 | 21 | 21 | 16 | 19 | 14 | 23 | 16 | 14 | 20 | 15 | 17 | 26 | 18 | 15 | 17 | 26 | 27 | 14 | 15 | 18 | 11 | 12 | 24 | 16 | 23 | 21 |
Mac | 0 | 9 | 10 | 9 | 10 | 8 | 4 | 8 | 5 | 14 | 10 | 13 | 6 | 4 | 5 | 8 | 9 | 6 | 7 | 9 | 6 | 10 | 5 | 5 | 12 | 9 | 7 | 6 | 6 | 8 | 10 | 8 | 16 | 6 | 10 | 14 | 10 | 10 | 11 | 6 | 7 | 10 | 8 | 12 | 8 | 12 |
Linux | 0 | 10 | 4 | 5 | 5 | 0 | 7 | 6 | 4 | 5 | 7 | 5 | 12 | 3 | 12 | 9 | 10 | 3 | 7 | 6 | 8 | 6 | 8 | 14 | 7 | 3 | 3 | 5 | 9 | 4 | 4 | 9 | 5 | 6 | 8 | 7 | 2 | 6 | 3 | 8 | 5 | 6 | 3 | 5 | 7 | 6 |
Readme
- Source
- raw.githubusercontent.com
Spacegray
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.
Themes
Spacegray
Default flavor based on Base16 Ocean Dark color scheme.
Spacegray Light
Light variation based on Base16 Ocean Light color scheme.
Spacegray Eighties
A variation based on Base16 Eighties Dark color scheme.
The font used in the screenshots is Source Code Pro.
How to Install
Via Package Control
The easiest way to install is using Sublime Package Control, where Spacegray is listed as Theme - Spacegray
.
- Open Command Palette using menu item
Tools -> Command Palette...
(⇧⌘P on Mac) - Choose
Package Control: Install Package
- Find
Theme - Spacegray
and hit Enter
Manual
You can also install the theme manually:
- Download the .zip
- Unzip and rename the folder to
Theme - Spacegray
- Copy the folder into
Packages
directory, 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
{
"theme": "Spacegray.sublime-theme",
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme"
}
Settings for Spacegray Light
{
"theme": "Spacegray Light.sublime-theme",
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.light.tmTheme"
}
Settings for Spacegray Eighties
{
"theme": "Spacegray Eighties.sublime-theme",
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme"
}
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.