Skip to content

SalGnt/brackets-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Download the files using the GitHub .zip download option;
  • Unzip the files and rename the folder to Theme - Brackets;
  • Copy the folder to your Sublime Text Packages directory.

Activating the theme

To configure Sublime Text 2 to use the theme:

  • Open your User Settings Preferences file Sublime Text 2 -> Preferences -> Settings - User;
  • Add (or update) your theme entry to be "theme": "Brackets.sublime-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:

  • Download the scheme here;
  • Unzip and place the extracted tmtheme files in the Sublime Text Packages/User folder;
  • Enable the colour scheme via Preferences -> Color Scheme -> User.

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.

About

Brackets inspired Sublime Text theme.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages