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

Theme - Elementary

by piotrkubisa ST3

ElementaryOS inspired UI theme for Sublime Text 2 and Sublime Text 3.

Details

Installs

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

Readme

Source
raw.​githubusercontent.​com

Theme - Elementary

ElementaryOS inspired UI theme for Sublime Text 2 and Sublime Text 3.

Project currently is untaintained. If you are interested in maintenance this repository then I'd would happy to transfer ownership of Theme - Elementary to you.

Design

Elementary theme tries to mimic elementary OS user interface.

Dark Variant

Light 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/piqus/sublime-elementary.git "Theme - Elementary"

Manual installation

  1. Download latest version as zip-ball or click Download ZIP, while browsing latest tag (version) 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

After package installation you will need to set theme user setting in Preferences -> Settings - User or look for Preferences: Settings - User via Goto-Anything.

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

Elementary themes comes with various setings which can be set using Preferences -> Settings - User file.

Features

  • Icons

Since today (19.05.2017) I'd suggest installing A File Icon package instead. I have removed all icons, because they were copied from SetiUI project.

  • If you set "elementary_colorful": true in your user settings you may notice elementarish-blue scrollbars.

Effect:

  • "elementary_light_bottombar": true

  • "elementary_dark_statusbar": true

  • elementary_folder_icons (Light theme with ST2 only)

Optional

  • I suggest set "overlay_scroll_bars": "enabled",
  • If you are using light variant I'd also set "bold_folder_labels": true
  • This theme comes with two Color schemes called Mustang Bianco and Mustang Obsidian which are modified version of the Mustang.
  • Personally, I'd also set font_face to Fira Mono, Fira Code or Meslo, because they are very legible. I'd also set: "line_padding_bottom": 2, and "line_padding_top": 2 to add some whitespaces between the lines.
  • If you are running Sublime Text on some Linux distro then I'd suggest installing p-e-w/GTKDarkThemeVariantSetter which forces a dark theme of the app window.

Credits

This project consist some work which haven't been done by me and I am managed to say thanks to @samuelrafo for designing his light variant of Elementary Theme. In generally speaking I find this repo as fork, trying keep this theme up-to date with latest Sublime Text version showing also his fabulous work done on light variant.