aapis/Flatland is a fork of the lovely Sublime theme Flatland, which is itself based on Soda. It contains all of the features in flatland as well as a few optional tweaks.
Currently only tested on ST2.
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.
While inside the Packages
directory, clone the theme repository using the command below:
git clone git://github.com/aapis/flatland.git "Theme - Aapis.Flatland"
Activate the theme by modifying your user preferences to include the following:
{
"theme": "Flatland Dark.sublime-theme",
"color_scheme": "Packages/Theme - Aapis.Flatland/Flatland Dark Krystal.tmTheme"
//"color_scheme": "Packages/Theme - Aapis.Flatland/Flatland Dark.tmTheme"
//"color_scheme": "Packages/Theme - Aapis.Flatland/Flatland Monokai.tmTheme"
//"color_scheme": "Packages/Theme - Aapis.Flatland/Flatland Solarized (Dark).tmTheme"
}
If you need help locating your user preferences file, you can find it selecting "Preferences > Settings - User".
The following options can be set in your user preferences:
{
// square file tabs instead of rounded corners
"flatland_square_tabs": true,
// Monokai color scheme (SublimeText's default) with Flatland background color
"color_scheme": "Packages/Theme - Aapis.Flatland/Flatland Monokai.tmTheme",
// a light theme for the sidebar
"flatland_light_sidebar": true,
// Ability to change row height of sidebar tree
// Options: xsmall, small, medium, large, xlarge
"flatland_sidebar_tree_xsmall" : true,
//flat-styled tabs, active tab is light and inactive tabs are dark
"flatland_flat_tabs_dark": true,
//flat-styled tabs, active tab is dark and inactive tabs are light
"flatland_flat_tabs_light": true,
//icon-less folders
"flatland_simple_folders": true,
}
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.