An open API service indexing awesome lists of open source software.

https://github.com/drudge/sidetracked

Stylish, Railscast inspired color scheme for various text/code editors
https://github.com/drudge/sidetracked

Last synced: 9 months ago
JSON representation

Stylish, Railscast inspired color scheme for various text/code editors

Awesome Lists containing this project

README

          

# Sidetracked

Stylish, Railscast inspired color scheme for various text/code editors.

## Installation

Espresso:

$ cp Sidetracked.css /Applications/Espresso.app/Contents/SharedSupport/Themes/

Xcode 3:

$ mkdir -p $HOME/Library/Application\ Support/Xcode/Color\ Themes/
$ cp Sidetracked.xccolortheme $HOME/Library/Application\ Support/Xcode/Color\ Themes/

Xcode 4:

$ mkdir -p $HOME/Library/Developer/Xcode/UserData/FontAndColorThemes/
$ cp Sidetracked.dvtcolortheme $HOME/Library/Developer/Xcode/UserData/FontAndColorThemes/

Coda 2:

$ mkdir -p $HOME/Library/Application\ Support/Coda\ 2/Styles/
$ cp Sidetracked.sss $HOME/Library/Application\ Support/Coda\ 2/Styles/

VIM:

$ mkdir -p $HOME/.vim/colors
$ cp sidetracked.vim $HOME/.vim/colors

Sublime Text 2:

$ mkdir -p $HOME/Library/Application\ Support/Sublime\ Text\ 2/Packages/User
$ cp Sidetracked.tmTheme $HOME/Library/Application\ Support/Sublime\ Text\ 2/Packages/User/

## Contributors

The following are the major contributors of Sidetracked (in no specific order).

* Nicholas Penree ([drudge](http://github.com/drudge))
* Xac Stegner ([withanx](http://twitter.com/withanx))

## License

(The MIT License)

Copyright (c) 2009-2012 Nicholas Penree <nick@penree.com>

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.