Skip to content

ericmatthys/spacegray-oceanic-next

 
 

Repository files navigation

Spacegray Oceanic Next

A set of custom UI themes for Sublime Text 2/3. It's all about hype and minimal. Comes with accompanying Oceanic Next color scheme.


Themes

Spacegray

Default flavor based on Oceanic Next Dark color scheme.

image


How to Install

Via Package Control

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

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

Manual

You can also install the theme manually:

  1. Download the .zip
  2. Unzip and rename the folder to Theme - Spacegray Oceanic Next
  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 Oceanic Next

{
  "theme": "Spacegray Oceanic Next.sublime-theme",
  "color_scheme": "Packages/Theme - Spacegray Oceanic Next/Oceanic Next (SL).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,

About

A Hyperminimal UI Theme for Sublime Text

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%