Theme - Flatland
Flatland is a simple theme and accompanying color scheme for Sublime Text 2.
Details
Installs
- Total 295K
- Win 156K
- Mac 87K
- Linux 51K
Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 3 | 3 | 10 | 5 | 4 | 8 | 1 | 1 | 3 | 6 | 5 | 4 | 9 | 0 | 4 | 4 | 3 | 4 | 5 | 8 | 7 | 3 | 0 | 3 | 2 | 6 | 10 | 9 | 2 | 8 | 9 | 12 | 10 | 3 | 6 | 4 | 5 | 8 | 11 | 11 | 3 | 4 | 2 | 4 | 4 | 9 |
Mac | 1 | 2 | 2 | 2 | 4 | 3 | 1 | 0 | 2 | 0 | 3 | 1 | 2 | 2 | 2 | 1 | 2 | 3 | 1 | 1 | 2 | 0 | 1 | 2 | 1 | 2 | 3 | 5 | 0 | 1 | 3 | 4 | 5 | 3 | 3 | 6 | 3 | 3 | 1 | 2 | 6 | 4 | 2 | 0 | 5 | 2 |
Linux | 4 | 2 | 1 | 3 | 0 | 2 | 2 | 1 | 1 | 0 | 4 | 0 | 4 | 4 | 2 | 0 | 3 | 0 | 2 | 1 | 2 | 0 | 1 | 1 | 2 | 2 | 1 | 1 | 1 | 1 | 0 | 1 | 3 | 1 | 0 | 0 | 0 | 0 | 1 | 2 | 1 | 2 | 0 | 0 | 3 | 1 |
Readme
- Source
- raw.githubusercontent.com
Flatland
About
Flatland is a simple theme and accompanying color scheme for Sublime Text 2 & 3. It is mostly derived from Soda, the right place to start for any custom theme development for Sublime. Thanks Soda!
Design
Installation
Flatland is a Sublime package. There are several ways to install it.
Sublime Package Control
You can install it using the excellent Package Control package manager for Sublime Text:
- Open “Package Control: Install Package” from the Sublime quick menu (Command-Shift-P).
- Select the 'Theme - Flatland' option to install Flatland.
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.
While inside the Packages
directory, clone the theme repository using the command below:
git clone git://github.com/thinkpixellab/flatland.git "Theme - Flatland"
Manual Installation
You can also install it manually by following these instructions:
- Download theme files
- Unzip the files and copy the folder newly created folder into your Sublime Text Packages directory with the name
Theme - Flatland
. You can find that directory by selecting “Preferences > Browse Packages …”.
Activating the Theme
Activate the theme by modifying your user preferences to include the following:
{
"theme": "Flatland Dark.sublime-theme",
"color_scheme": "Packages/Theme - Flatland/Flatland Dark.tmTheme"
}
If you need help locating your user preferences file, you can find it selecting “Preferences > Settings - User”.
Optional Settings
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 - Flatland/Flatland Monokai.tmTheme",
// Ability to change row height of sidebar tree
// Options: xsmall, small, medium, large, xlarge
"flatland_sidebar_tree_xsmall" : true
}
License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.