# Blue Zen Color Scheme
This color scheme is based on the gedit oblivion port made by [@natestedman](natestedman) with some modifications to be easier on the eyes for long periods of coding.
## Preview
Python
![preview python][previewpython]
HTML
![preview html][previewhtml]
## Install
The easiest way to install is through [Package Control][wbond].
### [Package Control][wbond]
1. [Install Sublime Package Control][wbond 2]
2. From inside Sublime Text, open Package Control's Command Pallet: CTRL SHIFT P (Windows, Linux) or CMD SHIFT P on Mac.
3. Type `install package` and hit Return. A list of available packages will be displayed.
4. Type `Blue Zen` and hit Return. The package will be downloaded to the appropriate directory.
### Manual Installation
Download or clone this repository to a directory `blue-zen-color-scheme` in the Sublime Text Packages directory for your platform.
## License
Blue Zen Color Scheme is released under the [GNU GPL v2.0][gnugpl2]
[natestedman]: https://github.com/natestedman/morrowind
[previewpython]: http://i.imgur.com/NOXWhye.jpg
[previewhtml]: http://i.imgur.com/V44mMXj.jpg
[wbond]: http://wbond.net/sublime_packages/package_control
[wbond 2]: http://wbond.net/sublime_packages/package_control/installation
[gnugpl2]: http://www.gnu.org/licenses/gpl-2.0.html