### [Sublime Text](https://www.sublimetext.com/) #### Install using Package Control If you are using [Package Control](http://wbond.net/sublime_packages/package_control), you can easily install Dark Castle Theme via the `Package Control: Install Package` menu item. The Dark Castle Theme package is listed as `Dark Castle Color Scheme` in the packages list. #### Install 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 application settings area. You can locate your Sublime Text `Packages` directory by using the menu item `Preferences -> Browse Packages...`. While inside the `Packages` directory, clone the theme repository using the command below: ```bash git clone https://github.com/scottgriv/Dark-Castle-Sublime.git "Dark Castle Color Scheme" ``` #### Install Manually 1. Download using the [GitHub .zip download](https://github.com/scottgriv/Dark-Castle-Sublime/archive/master.zip) option; 2. Unzip the files and rename the folder to `Dark Castle Color Scheme`; 3. Find your `Packages` directory using the menu item `Preferences -> Browse Packages...`; 4. Copy the folder into your Sublime Text `Packages` directory. #### Activating the Theme Go to `Preferences -> Color Scheme -> User` and select the `Dark Castle Color Scheme`.