Design
Elementary theme tries to mimic elementary OS user interface.
Elementary theme tries to mimic elementary OS user interface.
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
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"
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 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"
}
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.