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.
Default flavour.
Dark variation.
The font used in the screenshots is Droid Sans.
The easiest way to install is using Sublime Package Control, where Moka is listed as Theme - Moka
.
- Open Command Palette using menu item
Tools -> Command Palette...
(Ctrl+Shift+P). - Choose
Package Control: Install Package
- Find
Theme - Moka
and hit Enter
You can also install the theme manually:
- Download the .zip
- Unzip and rename the folder to
Theme - Moka
- Copy the folder into
Packages
directory, 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
Packages
directory (you can find its location by choosingPackage Control: Browse Packages
in theCommand Palette
). - Run
git clone https://github.com/aldomann/sublime-moka.git
.
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.
{
"theme": "Moka Dark.sublime-theme"
}
{
"theme": "Moka Light.sublime-theme"
}