https://github.com/jlong/rubyblue
A collection of themes for different text editors that mimic the colors used in the code samples on ruby-lang.org
https://github.com/jlong/rubyblue
Last synced: about 1 year ago
JSON representation
A collection of themes for different text editors that mimic the colors used in the code samples on ruby-lang.org
- Host: GitHub
- URL: https://github.com/jlong/rubyblue
- Owner: jlong
- Created: 2009-10-19T01:10:33.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2012-01-02T21:15:15.000Z (over 14 years ago)
- Last Synced: 2025-03-14T21:46:48.536Z (over 1 year ago)
- Language: VimL
- Homepage:
- Size: 108 KB
- Stars: 50
- Watchers: 6
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
= Ruby Blue
Ruby Blue is a collection of themes for different text editors that mimic the
colors used in the code samples on the website for the Ruby programming
language (http://ruby-lang.org).
If you create a theme for your editor of choice please fork this project and
add it.
== TextMate 1
To install:
1. Download RubyBlue.tmTheme
2. Copy it to: /Applications/TextMate.app/Contents/SharedSupport/Themes/
3. Switch to the theme under: Preferences > Fonts & Colors
== TextMate 2
To install:
1. Download RubyBlue.tmBundle
2. Copy it to: ~/Library/Application Support/Avian/Bundles/
3. Switch to the theme under: View > Theme
== VIM
To install:
1. Download rubyblue.vim
2. Copy it to: ~/vim/colors/
3. Add `colorscheme rubyblue` to your ~/.vimrc file
== Licence
Copyright (c) 2009, John W. Long.
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.