From 97462d3784027cf096ac46a0355ce0b6e90e61dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Sun, 5 Aug 2012 15:28:56 +0200 Subject: colors/desert256.vim: change NonText and SpecialKey colors --- colors/desert256.vim | 6 ++++-- 1 file 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 X("ModeMsg", "daa520", "", "") call X("MoreMsg", "2e8b57", "", "") - call X("NonText", "addbe7", "000000", "bold") + "call X("NonText", "addbe7", "000000", "bold") + call X("NonText", "64646a", "000000", "bold") call X("Question", "00ff7f", "", "") call X("Search", "f5deb3", "cd853f", "") - call X("SpecialKey", "9acd32", "", "") + "call X("SpecialKey", "9acd32", "", "") + call X("SpecialKey", "64646a", "", "") call X("StatusLine", "c2bfa5", "000000", "reverse") call X("StatusLineNC", "c2bfa5", "7f7f7f", "reverse") call X("Title", "cd5c5c", "", "") -- cgit v1.1-2-g2b99