flatland

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

  • Owner: thinkpixellab/flatland
  • Platform:
  • License::
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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

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

Main metrics

Overview
Name With Ownerthinkpixellab/flatland
Primary LanguageVim Script
Program languageVim script (Language Count: 1)
Platform
License:
所有者活动
Created At2012-11-30 00:31:20
Pushed At2019-03-21 16:40:24
Last Commit At2019-03-21 10:40:23
Release Count0
用户参与
Stargazers Count2.7k
Watchers Count70
Fork Count174
Commits Count97
Has Issues Enabled
Issues Count87
Issue Open Count41
Pull Requests Count35
Pull Requests Open Count5
Pull Requests Close Count9
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private