SalGnt / brackets-theme

Brackets inspired Sublime Text theme.
http://brackets.io/
61 stars 5 forks source link

Brackets Theme

Custom UI theme for Sublime Text inspired by the Brackets Editor. It is based on Soda Theme by Ian Hill.

Design

Brackets Theme

Installation

This theme is designed to work with the latest development build of Sublime Text.

Using Sublime Package Control

Because we are still developing this theme, it is not yet available through the Sublime Package Control. It propably will be later though.

Using Git

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 2 application settings area.

You can locate your Sublime Text 2 Packages directory by using the menu item Preferences -> Browse Packages....

While inside the Packages directory, clone the theme repository using the command below:

git clone https://github.com/SalvoGentile/brackets-theme/ "Theme - Brackets"

Download Manually

Activating the theme

To configure Sublime Text 2 to use the theme:

Example User Settings

{
    "theme": "Brackets.sublime-theme"
}

Bonus Options

Syntax Highlighting Colour Schemes

The Brackets screenshot uses the Br4ckets Color Scheme.

Br4ckets Color Scheme

If you'd like to use the syntax highlighting schemes shown in the screenshots:

Code Font

The code font shown in the screenshot is Source Code Pro.

License

Brackets Theme is licensed under the Creative Commons Attribution-ShareAlike 3.0 License. You are free to share and remix the theme, however please abide by the license terms when doing so.