summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2010-02-07 20:55:23 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2010-02-07 20:56:21 +0100
commit887d4cab7be575104b925e56fcfd2bd500ffa607 (patch)
tree8f1d430e0f5d853faf531bbb621ffcaca2651bae
parent8b760a18ae5c84ef4207ffe91ae05f2cf7780f4e (diff)
downloaddotfiles-887d4cab7be575104b925e56fcfd2bd500ffa607.tar.xz
vimperator: Terminus font in command and status lines
-rw-r--r--vimperator/colors/zenburn.vimp8
-rw-r--r--vimperatorrc2
2 files changed, 7 insertions, 3 deletions
diff --git a/vimperator/colors/zenburn.vimp b/vimperator/colors/zenburn.vimp
index c3415f8..4e9bece 100644
--- a/vimperator/colors/zenburn.vimp
+++ b/vimperator/colors/zenburn.vimp
@@ -6,14 +6,14 @@
" == Zenburn color scheme settings ==
hi Bell border: 0 none; background-color: black;
hi Boolean color: #CC9393;
-hi CmdLine font-family: monospace; padding: 1px;
+hi CmdLine font-family: terminus; padding: 1px;
hi CmdOutput white-space: pre;
hi CompDesc color: #CCDC90; 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;
hi CompIcon>img max-width: 16px; max-height: 16px; vertical-align: middle;
-hi CompItem font-size: 11px;
+hi CompItem font-family: terminus; font-size: 11px;
hi CompItem>* padding: 0 .5ex;
hi CompItem[selected] color: #2E4340; background: #CCDC90;
hi CompLess text-align: center; height: 0; line-height: .5ex; padding-top: 1ex;
@@ -64,3 +64,7 @@ hi Title color: #ACBC90; background: #3F3F3F; font-weight: bold;
hi URL text-decoration: none; color: #9ECE9E; background: inherit;
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; }
+EOM
diff --git a/vimperatorrc b/vimperatorrc
index 676688a..4a52a3f 100644
--- a/vimperatorrc
+++ b/vimperatorrc
@@ -8,7 +8,7 @@
" * http://code.google.com/p/vimperator-labs/issues/detail?id=36
" License
-" * CC0 http://creativecommons.org/publicdomain/zero/1.0
+" * http://creativecommons.org/publicdomain/zero/1.0
" }}}