redmanduck / vim-hybrid

A dark color scheme for Vim & gVim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hybrid.vim

A dark colourscheme for Vim that combines the:

Requirements

This colourscheme is intended for use on:

  • gVim 7.3 for Linux, Mac and Windows.

  • Vim 7.3 for Linux and Mac, using a 256 colour enabled terminal.

By default, Vim will use the closest matching cterm equivalent of the RGB colours.

Installation

To install this theme, manually copy colors/hybrid.vim to:

~/.vim/colors/hybrid.vim

or instead, consider using a Vim plugin manger such as NeoBundle, Vundle, or Pathogen.

To load this theme in Vim:

:set background=dark
:colorscheme hybrid

Recommended terminal colours

Due to the limited 256 palette, colours in Vim and gVim will still be slightly different.

In order to get the same colours as gVim and use this colourscheme the way that it was intended, change the basic 16 colours in your terminal.

Linux users (rxvt-unicode, xterm)

  1. Add these colours to ~/.Xresources:

    https://gist.github.com/3278077
    

    palette

  2. Use Xresources colours by setting in ~/.vimrc:

    let g:hybrid_use_Xresources = 1
    set background=dark
    colorscheme hybrid
    

OSX users (iTerm2)

  1. Import this color preset:

    https://github.com/w0ng/dotfiles/blob/master/iterm2/hybrid.itermcolors
    

    iterm_palette

  2. Use iTerm colours by setting in ~/.vimrc:

     let g:hybrid_use_Xresources = 1
     set background=dark
     colorscheme hybrid
    

Screenshots

Help

vim-help

Python

vim-python

Markdown

vim-markdown

Diff

vim-diff

Spell check

vim-spell

About

A dark color scheme for Vim & gVim


Languages

Language:Vim Script 100.0%