summaryrefslogtreecommitdiffstats
path: root/.vim/colors
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2009-11-29 21:57:19 +0100
committerFlorian Pritz <bluewind@xssn.at>2009-11-29 22:00:16 +0100
commit61c8810f3fbd3dc115264db33c9863df8c78056c (patch)
treef2e052451b49b3fc4295c3cf1fb72e7fe2f3f700 /.vim/colors
parent9b2e622b9326c459020785a02d220618e36d20c7 (diff)
downloaddotfiles-61c8810f3fbd3dc115264db33c9863df8c78056c.tar.gz
dotfiles-61c8810f3fbd3dc115264db33c9863df8c78056c.tar.xz
vimrc: change gvim size and colorscheme
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to '.vim/colors')
-rw-r--r--.vim/colors/wombat256.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vim/colors/wombat256.vim b/.vim/colors/wombat256.vim
index 16d99e4..d474388 100644
--- a/.vim/colors/wombat256.vim
+++ b/.vim/colors/wombat256.vim
@@ -233,7 +233,7 @@ fun <SID>X(group, fg, bg, attr)
endfun
" }}}
-call <SID>X("Normal", "cccccc", "none", "none")
+call <SID>X("Normal", "cccccc", "000000", "none")
call <SID>X("Cursor", "222222", "ecee90", "none")
call <SID>X("CursorLine", "", "32322e", "none")
call <SID>X("CursorColumn", "", "2d2d2d", "")