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

Theme - Spacegray

by SublimeText ALL Trending Top 100

A Hyperminimal UI Theme for Sublime Text

Labels theme

Details

Installs

  • Total 504K
  • Win 249K
  • Mac 169K
  • Linux 86K
Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11
Windows 14 9 18 11 13 17 25 13 15 10 10 17 19 10 12 14 8 10 13 19 9 12 8 8 14 13 19 18 7 9 10 14 15 9 19 22 12 10 12 11 17 16 17 11 17 13
Mac 6 5 3 2 7 5 6 7 4 4 8 6 6 5 6 4 7 6 4 6 5 6 7 3 5 6 17 9 7 4 6 4 11 10 9 6 7 2 9 9 8 8 12 1 3 8
Linux 3 4 6 3 2 3 4 3 4 7 3 3 7 4 4 3 1 2 3 3 2 1 3 2 2 8 5 5 1 2 3 2 2 5 1 3 1 5 4 4 6 3 3 0 6 1

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.

image

Spacegray Light

Light variation based on Base16 Ocean Light color scheme.

image

Spacegray Eighties

A variation based on Base16 Eighties Dark color scheme.

image

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.

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

Manual

You can also install the theme manually:

  1. Download the .zip
  2. Unzip and rename the folder to Theme - Spacegray
  3. Copy the folder into Packages directory, which you can find using the menu item Sublime 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.