All Projects → jlong → Rubyblue

jlong / Rubyblue

A collection of themes for different text editors that mimic the colors used in the code samples on ruby-lang.org

Labels

Projects that are alternatives of or similar to Rubyblue

Vim Js Indent
JavaScript indentation for VIM
Stars: ✭ 49 (-9.26%)
Mutual labels:  viml
Buffet.vim
A vimplugin for switching and managing buffer lists
Stars: ✭ 52 (-3.7%)
Mutual labels:  viml
Vim Togglemouse
Toggles the mouse focus between Vim and your terminal emulator, allowing terminal emulator mouse commands, like copy/paste.
Stars: ✭ 53 (-1.85%)
Mutual labels:  viml
Vim Seeing Is Believing
Stars: ✭ 50 (-7.41%)
Mutual labels:  viml
Ctrlp Extensions.vim
Plugins for ctrlp.vim
Stars: ✭ 51 (-5.56%)
Mutual labels:  viml
Viki vim
A personal wiki for Vim
Stars: ✭ 52 (-3.7%)
Mutual labels:  viml
Vim Debugger
🐾 Vim script debugger 🐛
Stars: ✭ 47 (-12.96%)
Mutual labels:  viml
Vimdown
A dirty tool to convert .vimrc and .vim script files to markdown
Stars: ✭ 54 (+0%)
Mutual labels:  viml
Fmacvim
MacVim + essential plugins + my custom (and awesome) .vimrc
Stars: ✭ 52 (-3.7%)
Mutual labels:  viml
Javacomplete
Omni Completion for JAVA
Stars: ✭ 53 (-1.85%)
Mutual labels:  viml
Vimtips Fortune
A vimtips to fortune software.
Stars: ✭ 50 (-7.41%)
Mutual labels:  viml
Vim Lookup
Jump to the definition of variables or functions in VimL code.
Stars: ✭ 51 (-5.56%)
Mutual labels:  viml
Bookmark
[DEPRECATED] 웹 즐겨찾기
Stars: ✭ 53 (-1.85%)
Mutual labels:  viml
Cscope.vim
create cscope database and connect to existing proper database automatically.
Stars: ✭ 49 (-9.26%)
Mutual labels:  viml
Yaml Vim
YAML Highlight script for VIM editor
Stars: ✭ 53 (-1.85%)
Mutual labels:  viml
Vim Smartword
Vim plugin: Smart motions on words
Stars: ✭ 48 (-11.11%)
Mutual labels:  viml
Pep8
Check your python source files with PEP8
Stars: ✭ 52 (-3.7%)
Mutual labels:  viml
Vim Alignta
Align Them All!
Stars: ✭ 54 (+0%)
Mutual labels:  viml
Vim Giphy
Giphy in your vim
Stars: ✭ 54 (+0%)
Mutual labels:  viml
Ansible Splunk Simple
Simple deployment of Splunk using Ansible, static host lists.
Stars: ✭ 53 (-1.85%)
Mutual labels:  viml

= 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].