Elementary UI Theme for Sublime Text 2 and Sublime Text 3.
Based on Soda Theme by Ian Hill (buymeasoda.com/).
{
"theme": "Elementary Dark 3.sublime-theme"
}
You can also install it manually by following these instructions:
- Download theme files
- Find your Packages directory using the menu item Preferences -> Browse Packages...
- Unzip the files and copy the folder newly created folder into your Sublime Text Packages directory with the name
Theme - Elementary
.
- Open your User Settings Preferences file Sublime Text 2 -> Preferences -> Settings - User
- Add (or update) your theme entry:
{
"theme": "Elementary Light.sublime-theme"
}
- Open your User Settings Preferences file Sublime Text -> Preferences -> Settings - User
- Add (or update) your theme entry:
{
"theme": "Elementary Light 3.sublime-theme"
}
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
}
If you'd like to use the overlay scrollbar, add the following custom setting to your Settings - User file:
{
"overlay_scroll_bars": "enabled"
}
{
"bold_folder_labels": true
}
{
"color_scheme": "Packages/Theme - Elementary/Solarized Light.tmTheme"
}