Flatland-MKS is a modified version of the Flatland-Alt theme and accompanying color scheme for Sublime Text 2 & 3. We DO NOT take any credit for the real work that was done by The Pixel Lab.
Here are the changes in Flatland-MKS:
- Frost colors for both dark chrome theme and syntax highlighting theme
- Shorter tab height
- Support for Slim
Flatland-MKS is a Sublime package. Currently, you must install it manually.
# SUBLIME TEXT 2
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
git clone https://github.com/makersquare/flatland-mks.git
# SUBLIME TEXT 3
cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/
git clone https://github.com/makersquare/flatland-mks.git
If you've already installed the theme and want to update:
# SUBLIME TEXT 2
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/flatland-mks
git pull origin master
# SUBLIME TEXT 3
cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/flatland-mks
git pull origin master
In Sublime's menu, go to "Preferences > Settings - User". Add or modify color_scheme
and theme
so that it matches the following:
{
"color_scheme": "Packages/flatland-mks/Flatland-MKS.tmTheme",
"theme": "flatland-mks.sublime-theme"
}
You can also select it from the "Preferences > Color Scheme" menu.
The following options can be set in your user preferences:
{
// Ability to change row height of sidebar tree
// Options: xsmall, small, medium, large, xlarge
"flatland_sidebar_tree_xsmall" : true
}