A modified version of the popular Spacegray theme for those who prefer it dark.
The font used in the screenshots is Source Code Pro.
The easiest way to install is using Sublime Package Control, where Spaceblack is listed as Theme - Spaceblack
.
- Open Command Palette using menu item
Tools -> Command Palette...
(⇧⌘P on Mac) - Choose
Package Control: Install Package
- Find
Theme - Spaceblack
and hit Enter
You can also install the theme manually:
- Download the .zip
- Unzip and rename the folder to
Theme - Spaceblack
- Copy the folder into
Packages
directory, which you can find using the menu itemSublime Text -> Preferences -> Browse Packages...
You can activate the theme and colour scheme by modifying your Preferences-User file which you can find by using the menu item Sublime Text -> Preferences -> Settings - User
(⌘, on Mac).
{
"theme": "Spaceblack.sublime-theme",
"color_scheme": "Packages/Theme - Spaceblack/Color Schemes/Spaceblack.tmTheme"
}
{
"theme": "Spaceblack.sublime-theme",
"color_scheme": "Packages/Theme - Spaceblack/Color Schemes/Spaceblack-alt.tmTheme"
}
{
"theme": "Spaceblack.sublime-theme",
"color_scheme": "Packages/Theme - Spaceblack/Color Schemes/Spaceblack-Monokai.tmTheme"
}
Use the following (optional) settings to modify aspects of the theme. Per element, copy and paste one of the following lines into your user preferences file.
"spaceblack_tabs_font_small": true
"spaceblack_tabs_font_normal": true
"spaceblack_tabs_font_large": true
"spaceblack_tabs_font_xlarge": true
Tab height:
"spaceblack_tabs_small": true
"spaceblack_tabs_normal": true
"spaceblack_tabs_large": true
"spaceblack_tabs_xlarge": true
"spaceblack_tabs_xxlarge": true
Tab width:
"spaceblack_tabs_auto_width": true
"spaceblack_sidebar_font_small": true
"spaceblack_sidebar_font_normal": true
"spaceblack_sidebar_font_large": true
"spaceblack_sidebar_font_xlarge": true
####Sidebar tree row height
"spaceblack_sidebar_tree_small": true
"spaceblack_sidebar_tree_normal": true
"spaceblack_sidebar_tree_large": true
"spaceblack_sidebar_tree_xlarge": true
"spaceblack_sidebar_tree_xxlarge": true
"enable_tab_scrolling": false
###Extras ####Spaceblack is now available for Alfred Download: Spaceblack Alfred 1.0
-
Simon-Claudius Wystrach (GitHub | Twitter)
- Owns the repo since August 5th, 2015
- Created the Spaceblack-alt.tmTheme
- Added changes/improvements to Spaceblack.sublime-theme, Spaceblack.tmTheme and Spaceblack-Monokai.tmTheme
- Restored user configuration options and added XXL variants
- Created Spaceblack for Alfred
- Updated documentation
-
Saad Quadri (GitHub | Twitter)
- Initiated the project
- Owned the repo until August 5th, 2015
- Created Spaceblack.sublime-theme, Spaceblack-alt.tmTheme and Spaceblack-Monokai.tmTheme
-
Tomek Wójcik (GitHub)
- Imported Spacegray icons