aboutsummaryrefslogtreecommitdiff
path: root/simple.vimp
diff options
context:
space:
mode:
authoranekos <anekos@snca.net>2014-06-20 23:21:57 +0900
committeranekos <anekos@snca.net>2014-06-20 23:21:57 +0900
commitaabdd11fdbfb991428ff0d5a9e80c6cac3d49590 (patch)
tree3e9919133ace48d0a22ff882fcc2a6df34f21730 /simple.vimp
parentc2dd065dbb29bdb8e5ac1cf7673ee1bfc99e16b2 (diff)
downloadvimperator-colors-aabdd11fdbfb991428ff0d5a9e80c6cac3d49590.tar.gz
vimperator-colors-aabdd11fdbfb991428ff0d5a9e80c6cac3d49590.tar.bz2
Comment out some obsolete Highlights
Diffstat (limited to 'simple.vimp')
-rw-r--r--simple.vimp10
1 files changed, 5 insertions, 5 deletions
diff --git a/simple.vimp b/simple.vimp
index 064deda..43c551d 100644
--- a/simple.vimp
+++ b/simple.vimp
@@ -16,16 +16,16 @@ highlight CompItem padding: 0 0; font-family: "DejaVu Sans Mono", mono
highlight CompItem[selected] background-color: #DDD;
highlight CompDesc color: #888;
" highlight CompMsg
-highlight Gradient background-color: #FFF;
-highlight GradientLeft background-color: #FFF;
-highlight GradientRight background-color: #FFF;
+" highlight Gradient background-color: #FFF;
+" highlight GradientLeft background-color: #FFF;
+" highlight GradientRight background-color: #FFF;
highlight ErrorMsg background-color: #E00; color: #F5F5F5;
highlight Filter font-weight: bold; color: #000;
highlight StatusLine font-size: 12px; font-weight: normal; color: #222; background: #EEE;
-highlight StatusLineBroken font-size: 12px; font-weight: normal; color: #222; background: #FDD;
-highlight StatusLineSecure font-size: 12px; font-weight: normal; color: #222; background: #DDF;
+" highlight StatusLineBroken font-size: 12px; font-weight: normal; color: #222; background: #FDD;
+" highlight StatusLineSecure font-size: 12px; font-weight: normal; color: #222; background: #DDF;
" highlight StatusLine font-size: 12px; font-weight: normal; color: #EEE; background: #111;
" highlight StatusLineBroken font-size: 12px; font-weight: normal; color: #EEE; background: #311;
" highlight StatusLineSecure font-size: 12px; font-weight: normal; color: #EEE; background: #114;