From f2b46b59396fca3d0bca9a841196481d181e58f3 Mon Sep 17 00:00:00 2001 From: Theodore Robert Campbell Jr Date: Fri, 9 May 2014 22:03:27 -0400 Subject: [PATCH] Removed trailing whitespace --- README.md | 2 +- colors/hybrid.vim | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3e7999b..0fa8747 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/colors/hybrid.vim b/colors/hybrid.vim index fedfe1b..166907b 100644 --- a/colors/hybrid.vim +++ b/colors/hybrid.vim @@ -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"