diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-08-05 15:28:56 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-08-05 15:28:56 +0200 |
commit | 97462d3784027cf096ac46a0355ce0b6e90e61dd (patch) | |
tree | b401dc3fe46178a428c83c434d805da57a501b64 /colors | |
parent | ed65d548904234ad207fd9eacd242efe40fe3af3 (diff) | |
download | vim-97462d3784027cf096ac46a0355ce0b6e90e61dd.zip vim-97462d3784027cf096ac46a0355ce0b6e90e61dd.tar.gz |
colors/desert256.vim: change NonText and SpecialKey colors
Diffstat (limited to 'colors')
-rw-r--r-- | colors/desert256.vim | 6 |
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", "", "") |