Skip to content

Commit

Permalink
Merge pull request #14 from trcjr/master
Browse files Browse the repository at this point in the history
Removed trailing whitespace
  • Loading branch information
w0ng committed May 10, 2014
2 parents 4f27965 + f2b46b5 commit 81b7e55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -28,7 +28,7 @@ the way that it was intended, it is highly recommended that you:
1. Add these colours to ~/.Xresources:

https://gist.github.com/3278077

![palette](http://dl.dropbox.com/u/23813887/Xresources-palette.png)

2. Use Xresources colours by setting in ~/.vimrc:
Expand Down
10 changes: 5 additions & 5 deletions colors/hybrid.vim
Expand Up @@ -128,11 +128,11 @@ else
elseif g:hybrid_use_iTerm_colors == 1
let s:background = "NONE"
let s:foreground = "7"
let s:selection = "0"
let s:line = "0"
let s:comment = "15"
let s:red = "1"
let s:orange = "11"
let s:selection = "0"
let s:line = "0"
let s:comment = "15"
let s:red = "1"
let s:orange = "11"
let s:yellow = "3"
let s:green = "2"
let s:aqua = "6"
Expand Down

0 comments on commit 81b7e55

Please sign in to comment.