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

Theme - Orchis

Orchis theme for SublimeText 2/3 (unmaintained)

Labels theme

Details

  • 2017.05.01.04.03.55
  • github.​com
  • github.​com
  • 7 years ago
  • 2 hours ago
  • 10 years ago

Installs

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

Readme

Source
raw.​githubusercontent.​com

Orchis Sublime Text Theme

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.

Themes

Orchis Dark

Default flavour.

image

Orchis Light

Default flavour, light variation.

image

You might want to disable the GTKDarkThemeVariantSetter package in order to get light title bars instead of the default dark ones (GNU/Linux specific).

Orchis Dark Legacy

Dark variation. You shall use it if you set your Window Theme to Orchis Dark.

image

The font used in the screenshots is Monaco; the colour scheme, Solarized (available via Package Control).

How to Install

Via Package Control

The easiest way to install is using Sublime Package Control, where Orchis is listed as Theme - Orchis.

  1. Open Command Palette using menu item Tools -> Command Palette... (Ctrl+Shift+P).
  2. Choose Package Control: Install Package
  3. Find Theme - Orchis and hit Enter

Manual

You can also install the theme manually:

  1. Download the .zip
  2. Unzip and rename the folder to Theme - Orchis
  3. Copy the folder into Packages directory, which you can find using the menu item Sublime Text -> Preferences -> Browse Packages...

Git Installation

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.

  1. Open a Terminal.
  2. Move to the Packages directory (you can find its location by choosing Package Control: Browse Packages in the Command Palette).
  3. Run git clone https://github.com/aldomann/sublime-orchis.git.

How to Activate

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.

Settings for Orchis Dark

{
  "theme": "Orchis Dark.sublime-theme"
}

Settings for Orchis Light

{
  "theme": "Orchis Light.sublime-theme"
}

Settings for Orchis Dark Legacy

{
  "theme": "Orchis Dark Legacy.sublime-theme"
}