summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--colors/desert256.vim6
1 files changed, 4 insertions, 2 deletions
diff --git a/colors/desert256.vim b/colors/desert256.vim
index 926bf61..9385fd4 100644
--- a/colors/desert256.vim
+++ b/colors/desert256.vim
@@ -259,10 +259,12 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
"LineNr
call <SID>X("ModeMsg", "daa520", "", "")
call <SID>X("MoreMsg", "2e8b57", "", "")
- call <SID>X("NonText", "addbe7", "000000", "bold")
+ "call <SID>X("NonText", "addbe7", "000000", "bold")
+ call <SID>X("NonText", "64646a", "000000", "bold")
call <SID>X("Question", "00ff7f", "", "")
call <SID>X("Search", "f5deb3", "cd853f", "")
- call <SID>X("SpecialKey", "9acd32", "", "")
+ "call <SID>X("SpecialKey", "9acd32", "", "")
+ call <SID>X("SpecialKey", "64646a", "", "")
call <SID>X("StatusLine", "c2bfa5", "000000", "reverse")
call <SID>X("StatusLineNC", "c2bfa5", "7f7f7f", "reverse")
call <SID>X("Title", "cd5c5c", "", "")