Skip to content

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

Notifications You must be signed in to change notification settings

aapis/flatland

 
 

Repository files navigation

aapis/Flatland

About

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.

Design

Screen Shot!

Installation

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"

Activating the Theme

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".

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 - 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,
}

License

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.8%
  • Vim Script 18.2%