summaryrefslogtreecommitdiffstats
path: root/.vim/colors
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2010-08-08 22:42:57 +0200
committerFlorian Pritz <bluewind@xssn.at>2010-08-08 22:42:57 +0200
commit257e6f84f632b5fc86587c01c73345028122754a (patch)
treea78737035905fddeaae9f7a9a3e8778bdac933cb /.vim/colors
parentd00b74e18378c56d40ed048249d62c13bb1954a5 (diff)
downloaddotfiles-257e6f84f632b5fc86587c01c73345028122754a.tar.gz
dotfiles-257e6f84f632b5fc86587c01c73345028122754a.tar.xz
wombat256.vim: color changes
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to '.vim/colors')
-rw-r--r--.vim/colors/wombat256.vim5
1 files changed, 3 insertions, 2 deletions
diff --git a/.vim/colors/wombat256.vim b/.vim/colors/wombat256.vim
index d474388..6b58751 100644
--- a/.vim/colors/wombat256.vim
+++ b/.vim/colors/wombat256.vim
@@ -242,7 +242,8 @@ call <SID>X("CursorColumn", "", "2d2d2d", "")
"IncSearch
call <SID>X("Search", "444444", "af87d7", "")
call <SID>X("MatchParen", "ecee90", "857b6f", "bold")
-call <SID>X("SpecialKey", "6c6c6c", "2d2d2d", "none")
+call <SID>X("SpecialKey", "6c6c6c", "000000", "none")
+call <SID>X("NonText", "6c6c6c", "000000", "none")
call <SID>X("Visual", "ecee90", "597418", "none")
call <SID>X("LineNr", "857b6f", "121212", "none")
call <SID>X("Folded", "a0a8b0", "404048", "none")
@@ -284,7 +285,7 @@ call <SID>X("Todo", "857b6f", "", "italic")
"Ignore
hi! link VisualNOS Visual
-hi! link NonText LineNr
+"hi! link NonText LineNr
hi! link FoldColumn Folded
" delete functions {{{