Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aapis/sovereign
A minimalist theme for the Sublime Text 2 text editor
https://github.com/aapis/sovereign
Last synced: 23 days ago
JSON representation
A minimalist theme for the Sublime Text 2 text editor
- Host: GitHub
- URL: https://github.com/aapis/sovereign
- Owner: aapis
- Created: 2014-03-01T03:36:59.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-01T03:44:40.000Z (almost 11 years ago)
- Last Synced: 2024-10-15T10:29:42.451Z (2 months ago)
- Size: 2.93 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sovereign
## About
Sovereign is a flat, minimalistic theme for the Sublime Text 2 text editor (currently not tested on ST3). It comes with two colour variations (light and dark) and is based on the excellent [Flatland](https://github.com/thinkpixellab/flatland).## Design
![Screen Shot!](https://raw.github.com/aapis/flatland/master/aapis_screenshots.png)
### Installation
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.While inside the `Packages` directory, clone the theme repository using the command below:
```bash
git clone git://github.com/aapis/sovereign.git "Theme - Flatland"
```## Activating the Theme
Activate the theme by modifying your user preferences to include the following:```javascript
{
"theme": "sovereign.dark.sublime-theme",
}
```If you need help locating your user preferences file, you can find it selecting "Preferences > Settings - User".
## Optional Settings
The following options can be set in your user preferences:```javascript
{
}