ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Theme - Flatland

by thinkpixellab ALL Top 100

Flatland is a simple theme and accompanying color scheme for Sublime Text 2.

Labels theme

Details

  • 2019.03.21.16.40.23
  • github.​com
  • github.​com
  • 5 years ago
  • 1 hour ago
  • 11 years ago

Installs

  • Total 293K
  • Win 155K
  • Mac 87K
  • Linux 51K
Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 29 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13 Feb 12 Feb 11 Feb 10 Feb 9 Feb 8 Feb 7 Feb 6 Feb 5 Feb 4 Feb 3
Windows 1 3 3 1 5 6 10 3 4 6 5 4 2 8 9 8 2 9 4 6 5 8 6 1 5 7 7 7 5 7 2 10 3 7 3 5 5 2 3 3 7 7 3 6 4 3
Mac 2 3 3 0 2 4 1 0 2 1 1 6 2 1 1 0 2 0 2 4 0 0 0 2 2 3 4 1 2 3 1 4 1 0 2 1 6 3 1 1 0 1 2 2 2 0
Linux 0 2 2 1 1 2 0 2 1 3 3 2 1 3 0 0 1 3 0 2 3 2 2 1 0 1 3 4 0 1 3 3 4 0 1 1 0 2 1 2 4 1 2 0 2 2

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

Screen Shot!

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:

  1. Open “Package Control: Install Package” from the Sublime quick menu (Command-Shift-P).
  2. 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:

  1. Download theme files
  2. 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

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.