Theme - Elementary

ElementaryOS inspired UI theme for Sublime Text.

Design

Elementary theme tries to mimic elementary OS user interface.

Light Variant

Dark Variant

Installation

Sublime Package Control

If you are using excellent Sublime Package Control you can simply install Elementary Theme via Package Control: Install Package menu item (Ctrl+Shift+P or Cmd+Shift+P on OS X), where this theme is listed as:

Theme - Elementary

Git

Simply clone this repository to your Sublime Packages/ folder (available via Preferences -> Browse Packages...). While inside the Packages/ directory, clone the theme repository using the command below:

$ git clone https://github.com/piotrkubisa/sublime-elementary.git "Theme - Elementary"

Manual Installation

  1. Download latest version as zip-ball or tar-ball, while browsing releases on sublime-elementary.
  2. As it was aforementioned in Git installation method, you need to locate Sublime Text Packages/ directory.
  3. Unzip the files and rename the folder to Theme - Elementary.
  4. Copy the folder into your Sublime Text Packages/ directory

Activation

Dark variant

Dark variant of theme is only compatible with Sublime Text 3 version by now. Set theme configuration as it is shown below:

Sublime Text 3:

{
    "theme": "Elementary Dark.sublime-theme"
}

Light variant

Light theme is also compatible with Sublime Text 2, depending on version use proper theme:

Sublime Text 3:

{
    "theme": "Elementary Light 3.sublime-theme"
}

Sublime Text 2:

{
    "theme": "Elementary Light.sublime-theme"
}

Configuration

Credits

This project consist Elementary Light Variant made by @samuelrafo, which I forked from his Elementary Theme repository.

I also added fabulous Oceanic Next color scheme, which can be also installed in Sublime Package Control.