summaryrefslogtreecommitdiff
path: root/vimperator
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2010-02-07 21:19:33 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2010-02-07 21:22:27 +0100
commitfbd0bff3e8e7e3ec28a01773a6172973b3720386 (patch)
treeafd0e708f2edba418d43ef5590f28977f524ddbd /vimperator
parent887d4cab7be575104b925e56fcfd2bd500ffa607 (diff)
downloaddotfiles-fbd0bff3e8e7e3ec28a01773a6172973b3720386.tar.xz
vimperator: Filter color compensates lack of Terminus bold
Diffstat (limited to 'vimperator')
-rw-r--r--vimperator/colors/zenburn.vimp6
1 files changed, 3 insertions, 3 deletions
diff --git a/vimperator/colors/zenburn.vimp b/vimperator/colors/zenburn.vimp
index 4e9bece..38abd91 100644
--- a/vimperator/colors/zenburn.vimp
+++ b/vimperator/colors/zenburn.vimp
@@ -8,7 +8,7 @@ hi Bell border: 0 none; background-color: black;
hi Boolean color: #CC9393;
hi CmdLine font-family: terminus; padding: 1px;
hi CmdOutput white-space: pre;
-hi CompDesc color: #CCDC90; width: 50%;
+hi CompDesc color: #808080; width: 50%;
hi CompGroup
hi CompGroup:not(:first-of-type) margin-top: .5em;
hi CompIcon width: 16px; min-width: 16px; display: inline-block; margin-right: .5ex;
@@ -25,7 +25,7 @@ hi CompResult width: 45%; overfloaw: hidden;
hi CompTitle color: #ACBC90; background: #3F3F3F; font-weight: bold;
hi CompTitle>* padding: 0 .5ex;
hi ErrorMsg color: #3F3F3F; background: #CC9393; font-weight: bold;
-hi Filter font-weight: bold;
+hi Filter color: #2E4340; background: #CCDC90; font-weight: bold;
hi FrameIndicator background-color: #CC9393; opacity: 0.5; z-index: 999; position: fixed; top: 0; bottom: 0; left: 0; right: 0;
hi Function color: navy;
hi Gradient height: 1px; margin-bottom: -1px; margin-top: -1px;
@@ -66,5 +66,5 @@ hi URL:hover text-decoration: underline; cursor: pointer;
hi WarningMsg color: #CC9393; background: #3F3F3F;
style -name statusbar chrome://* <<EOM
-#liberator-statusline { font-family: terminus ! important; }
+ #liberator-statusline { font-family: terminus ! important; }
EOM