Skip to content

Elementary UI Theme for Sublime Text 2 and Sublime Text 3.

Notifications You must be signed in to change notification settings

Nemog17/elementary

Repository files navigation

Elementary

About

Elementary UI Theme for Sublime Text 2 and Sublime Text 3.

Based on Soda Theme by Ian Hill (buymeasoda.com/).

Screen Shot!

Manual Installation

You can also install it manually by following these instructions:

  1. Download theme files
  2. Find your Packages directory using the menu item Preferences -> Browse Packages...
  3. Unzip the files and copy the folder newly created folder into your Sublime Text Packages directory with the name Theme - Elementary.

Activation

Sublime Text 2

  1. Open your User Settings Preferences file Sublime Text 2 -> Preferences -> Settings - User
  2. Add (or update) your theme entry:
{
  "theme": "Elementary Light.sublime-theme"
}

Sublime Text 3

  1. Open your User Settings Preferences file Sublime Text -> Preferences -> Settings - User
  2. Add (or update) your theme entry:
{
  "theme": "Elementary Light 3.sublime-theme"
}

Features

Sidebar Folder Icons

If you'd like to use folder icons in the sidebar instead of the regular arrows, add the following custom setting to your Settings - User file:

{
    "elementary_folder_icons": true
}

Overlay Scrollbars

If you'd like to use the overlay scrollbar, add the following custom setting to your Settings - User file:

{
    "overlay_scroll_bars": "enabled"
}

Optional

Bold folder labels

{
    "bold_folder_labels": true
}

Color Scheme

{
    "color_scheme": "Packages/Theme - Elementary/Solarized Light.tmTheme"
}

About

Elementary UI Theme for Sublime Text 2 and Sublime Text 3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published