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

Theme - Moka

Moka theme for Sublime Text 2/3 (unmaintained)

Labels theme

Details

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

Installs

  • Total 14K
  • Win 8K
  • Mac 3K
  • Linux 3K
Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 29 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13 Feb 12 Feb 11 Feb 10 Feb 9 Feb 8 Feb 7 Feb 6 Feb 5 Feb 4 Feb 3
Windows 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 2 0 0 0 0 1 0 1 0 0 1 0 0 1 0 2 1 0 0 2 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 1 1 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 1 0 0 0 0
Linux 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 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Moka Sublime Text Theme

A set of custom UI themes for Sublime Text 2/3 that match Moka GTK+ theme, based on Spacegray.

The theme is no longer maintained, as the GTK+ theme is no longer being developed, sorry.

Themes

Moka Light

Default flavour.

image

Moka Dark

Dark variation.

image

The font used in the screenshots is Droid Sans.

How to Install

Via Package Control

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

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

Manual

You can also install the theme manually:

  1. Download the .zip
  2. Unzip and rename the folder to Theme - Moka
  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-moka.git.

How to Activate

Activate the UI theme and color scheme by modifying your user preferences file, which you can find using the menu item Sublime Text -> Preferences -> Settings - User.

You can choose whichever flavor you like, but don't forget to change both color scheme and UI theme so they match.

Note: Don't forget to restart Sublime Text after activating the theme.

Settings for Moka Dark

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

Settings for Moka Light

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