Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.16 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.16 KB

Flatland

About

Flatland is a simple theme and accompanying color scheme for Sublime Text 2. It is mostly derived from Soda, the right place to start for any custom theme development for Sublime. Thanks Soda!

This repository is a fork of thinkpixellab's flatland which has some small changes centered around the tabs and the search bar.

Design

Screen Shot!

Installation

Flatland is a Sublime package. To install it:

  1. Download theme files
  2. Unzip the files and copy the folder called "Theme - Flatland" into your Sublime Text 2 Packages directory. You can find that directory by selecting "Preferences > Browse Packages ...".
  3. Activate the theme by modifying your user preferences to include the following:
{
  "theme": "Flatland.sublime-theme",
  "color_scheme": "Packages/Theme - Flatland/Flatland.tmtheme"
}

If you need help locating your user preferences file, you can find it selecting "Preferences > Settings - User".