amisarca / sublime-text-theme-night

Night Theme for Sublime Text 2
14 stars 2 forks source link

Design

Night Theme

About

Theme for Sublime Text 2. It is inspired from the default theme, and also from the Folder Icons created by Bernat Fortet.

Installation

Using Sublime Package Control

If you are using Will Bond's excellent Sublime Package Control, you can easily install Night Theme via the Package Control: Install Package menu item. The Night Theme package is listed as Theme - Night in the packages list.

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.

Go to your Sublime Text 2 Packages directory and clone the theme repository using the command below:

git clone https://github.com/mishu91/sublime-text-theme-night "Theme - Night"

Download Manually

Activating the theme

To configure Sublime Text 2 to use the theme:

Example User Settings

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