aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/colors/dessert.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/colors/dessert.vim b/vim/colors/dessert.vim
index 9e1a8e5c..68eb54cd 100644
--- a/vim/colors/dessert.vim
+++ b/vim/colors/dessert.vim
@@ -236,13 +236,13 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
call <SID>X("VertSplit", "c2bfa5", "7f7f7f", "reverse")
call <SID>X("Folded", "ffd700", "4d4d4d", "")
call <SID>X("FoldColumn", "d2b48c", "4d4d4d", "")
- call <SID>X("IncSearch", "708090", "f0e68c", "")
+ call <SID>X("IncSearch", "445599", "aabbff", "")
call <SID>X("LineNr", "444444", "", "")
call <SID>X("ModeMsg", "daa520", "", "")
call <SID>X("MoreMsg", "2e8b57", "", "")
call <SID>X("NonText", "444444", "000000", "")
call <SID>X("Question", "00ff7f", "", "")
- call <SID>X("Search", "ffddbb", "995500", "")
+ call <SID>X("Search", "aabbff", "334499", "")
call <SID>X("SpecialKey", "9acd32", "", "")
call <SID>X("StatusLine", "c2bfa5", "000000", "reverse")
call <SID>X("StatusLineNC", "c2bfa5", "7f7f7f", "reverse")