A set of custom UI themes for Sublime Text 2/3 that match Orchis GTK+ theme, based on Spacegray.
The theme is no longer maintained, as the GTK+ theme is no longer being developed, sorry.
Default flavour.
Default flavour, light variation.
You might want to disable the GTKDarkThemeVariantSetter package in order to get light title bars instead of the default dark ones (GNU/Linux specific).
Dark variation. You shall use it if you set your Window Theme to Orchis Dark.
The font used in the screenshots is Monaco; the colour scheme, Solarized (available via Package Control).
The easiest way to install is using Sublime Package Control, where Orchis is listed as Theme - Orchis.
- Open Command Palette using menu item
Tools -> Command Palette...(Ctrl+Shift+P). - Choose
Package Control: Install Package - Find
Theme - Orchisand hit Enter
You can also install the theme manually:
- Download the .zip
- Unzip and rename the folder to
Theme - Orchis - Copy the folder into
Packagesdirectory, which you can find using the menu itemSublime Text -> Preferences -> Browse Packages...
Alternatively, if you are a git user, you can install the theme and keep up to date by cloning the repo directly into your Packages directory in the Sublime Text application settings area.
- Open a Terminal.
- Move to the
Packagesdirectory (you can find its location by choosingPackage Control: Browse Packagesin theCommand Palette). - Run
git clone https://github.com/aldomann/sublime-orchis.git.
Activate the UI theme by modifying your user preferences file, which you can find using the menu item Sublime Text -> Preferences -> Settings - User.
Alternatively you might want to use Themr (available via Package Control) to change the UI theme easily.
Note: Don't forget to restart Sublime Text after activating the theme.
{
"theme": "Orchis Dark.sublime-theme"
}
{
"theme": "Orchis Light.sublime-theme"
}
{
"theme": "Orchis Dark Legacy.sublime-theme"
}


