tomekwojcik / Spaceblack

A modified version of the popular Spacegray theme.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spaceblack

A modified version of the popular Spacegray theme for those who prefer a darker color.


Spaceblack with Spaceblack.tmTheme

image

Spaceblack with Spaceblack-alt.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 color 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

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

Settings for Spaceblack with the alternate color scheme

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

Contributors

  • Simon-Claudius Wystrach (Github | Twitter)
    • Created the Spaceblack-alt.tmTheme
    • Added improvements to Spaceblack.sublime-theme

Credits

The Spacegray theme was created by kkga.

About

A modified version of the popular Spacegray theme.


Languages

Language:JavaScript 100.0%