ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Theme - Spaceblack

A dark, minimal theme for Sublime Text.

Details

Installs

  • Total 37K
  • Win 22K
  • Mac 8K
  • Linux 7K
Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 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
Windows 0 3 3 1 0 4 2 1 1 2 0 2 0 0 2 2 2 2 3 1 2 2 1 2 1 2 5 0 0 0 1 1 0 1 3 0 1 2 2 2 1 4 1 1 3 2
Mac 0 1 0 1 0 0 0 0 1 0 0 1 0 1 0 1 0 1 1 1 0 0 1 0 1 0 0 0 0 1 1 0 0 1 0 0 0 0 0 1 2 1 0 1 0 1
Linux 4 1 1 1 1 1 0 2 1 0 4 0 0 0 1 1 0 0 0 0 0 2 0 6 0 0 0 0 2 2 0 1 1 2 0 0 5 0 0 0 0 1 1 1 0 1

Readme

Source
raw.​githubusercontent.​com

Spaceblack

A modified version of the popular Spacegray theme for those who prefer it dark.


Spaceblack with Spaceblack.tmTheme

image

Spaceblack with Spaceblack-alt.tmTheme

image

Spaceblack with Spaceblack-Monokai.tmTheme

image

The font used in the screenshots is Source Code Pro.


Installation

Via Package Control

The easiest way to install is using Sublime Package Control, where Spaceblack is listed as Theme - Spaceblack.

  1. Open Command Palette using menu item Tools -> Command Palette... (P on Mac)
  2. Choose Package Control: Install Package
  3. Find Theme - Spaceblack and hit Enter

Manually

You can also install the theme manually:

  1. Download the .zip
  2. Unzip and rename the folder to Theme - Spaceblack
  3. Copy the folder into Packages directory, which you can find using the menu item Sublime Text -> Preferences -> Browse Packages...

Activation

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).

Settings for Spaceblack with default colour scheme

{
  "theme": "Spaceblack.sublime-theme",
  "color_scheme": "Packages/Theme - Spaceblack/Color Schemes/Spaceblack.tmTheme"
}

Settings for Spaceblack with the alternate colour scheme

{
  "theme": "Spaceblack.sublime-theme",
  "color_scheme": "Packages/Theme - Spaceblack/Color Schemes/Spaceblack-alt.tmTheme"
}

Settings for Spaceblack with Monokai colour scheme

{
  "theme": "Spaceblack.sublime-theme",
  "color_scheme": "Packages/Theme - Spaceblack/Color Schemes/Spaceblack-Monokai.tmTheme"
}

User Settings

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.

Tab labels font size

"spaceblack_tabs_font_small": true
"spaceblack_tabs_font_normal": true
"spaceblack_tabs_font_large": true
"spaceblack_tabs_font_xlarge": true

Tab size

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

Sidebar label font size

"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

Hide tab navigation icons

"enable_tab_scrolling": false

Extras

Spaceblack is now available for Alfred

Download: Spaceblack Alfred 1.0

image


Contributors

  • 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

Credits

Spaceblack is based on the magnificent Spacegray by kkga.