SublimeText 3 Theme & ColorScheme
Port of Seti_UI & Syntax by jesseweed
-
This is my first of its kind so if you found any bugs ,please issue a ticket.
-
The Theme is considered in beta-ish.
-
I included a folder with some files types from
jesseweed
andDanBrooker
to test the icons ,you should probably add some of them to the "file_exclude_patterns" as ST wont open them anyway. -
Any thing less than 'ST3 Build 3062' wont get the sidebar icons to work.
Theme is listed as Seti_UI
in Will Bond's Sublime Package Control.
- Download the .zip.
- Unzip and rename the folder to
Seti_UI
. - Copy the folder into
Packages
directory, which you can find using the menu itemPreferences -> Browse Packages...
in Sublime Text. - copy the (fold.png) "or edit it to ur liking" to
Packages/Theme - Default
to override the _focken default yellow icon.
Activate the UI theme and color scheme by modifying your user preferences file, which you can find using the menu item Preferences -> Settings - User
in Sublime Text or get Schemr
& Themr
by Ben Weier.
{
"theme": "Seti.sublime-theme",
"color_scheme": "Packages/Seti_UI/Seti.tmTheme",
"caret_extra_width": 2 // to have a wider/thicker caret
}
-
Theme is Originally by jesseweed.
-
Ported based on
Glacier
by joeyfigaro among many others. -
Special thanx for Anthony Garand for the widget files (took me 2 days to understand what they actually do O_o and fix the god dame text input thing).
-
ScopeHunter
by facelessuser "YOU ROCK". -
ColorSchemeEditor
by Borislav Peev "HOF". -
Neon
by Matt Morrison "HOF".
-
No file icon in the opened tabs, ST lacks this.
-
Not as icon rich as the original because ST can't see anything other than Extensions ,and even thou its still hard to make it use the icon you want "thats why some icons are duplicated".
-
Some scopes have different colors in Atom like the (:) ,this is related to the tmLanguage file in ST ,also note that Atom sometimes will display a different color than ST "even if both editors have the same scope name".
-
Current line number highlight color, ST lacks this.
-
Everything else is basically the same as the original except for a couple of UI colors.
- Make the search input field shorter or "slimier" (depend on which side of the earth you are living).
- haven't tested on Retina ,so anyone with Retina Mac plz test and report any found bugs.
- what version of ST are you using ? (nothing lower than 3062);
- have you restarted ST after you installed the theme ?
- if you still have bad render ,have you removed the cashe folder ? (found right next to the packages folder);
- have you copied the files from the "Ext" folder to your User folder ?