Theme - Moka
Moka theme for Sublime Text 2/3 (unmaintained)
Details
Installs
- Total 15K
- Win 8K
- Mac 3K
- Linux 3K
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 2 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
Mac | 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 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 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.
Moka Dark
Dark variation.
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
.
- Open Command Palette using menu item
Tools -> Command Palette...
(Ctrl+Shift+P). - Choose
Package Control: Install Package
- Find
Theme - Moka
and hit Enter
Manual
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...
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.
- 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
.
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"
}