diff options
author | anekos <anekos@snca.net> | 2014-06-20 23:21:57 +0900 |
---|---|---|
committer | anekos <anekos@snca.net> | 2014-06-20 23:21:57 +0900 |
commit | aabdd11fdbfb991428ff0d5a9e80c6cac3d49590 (patch) | |
tree | 3e9919133ace48d0a22ff882fcc2a6df34f21730 /seaweed.vimp | |
parent | c2dd065dbb29bdb8e5ac1cf7673ee1bfc99e16b2 (diff) | |
download | vimperator-colors-aabdd11fdbfb991428ff0d5a9e80c6cac3d49590.tar.gz vimperator-colors-aabdd11fdbfb991428ff0d5a9e80c6cac3d49590.tar.bz2 |
Comment out some obsolete Highlights
Diffstat (limited to 'seaweed.vimp')
-rw-r--r-- | seaweed.vimp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/seaweed.vimp b/seaweed.vimp index 83a8543..8e1dd7c 100644 --- a/seaweed.vimp +++ b/seaweed.vimp @@ -8,10 +8,10 @@ hi CmdLine font-family: Sans; padding: 1px; hi CmdOutput white-space: pre; hi CompDesc color: #77a8c1; width: 50%; hi CompIcon width: 16px; min-width: 16px; display: inline-block; margin-right: .5ex; -hi CompLess text-align: center; height: 0; line-height: .5ex; padding-top: 1ex; -hi CompLess::after content: "\2303" /* Unicode up arrowhead */ -hi CompMore text-align: center; height: .5ex; line-height: .5ex; margin-bottom: -.5ex; -hi CompMore::after content: "\2304" /* Unicode down arrowhead */ +" hi CompLess text-align: center; height: 0; line-height: .5ex; padding-top: 1ex; +" hi CompLess::after content: "\2303" /* Unicode up arrowhead */ +" hi CompMore text-align: center; height: .5ex; line-height: .5ex; margin-bottom: -.5ex; +" hi CompMore::after content: "\2304" /* Unicode down arrowhead */ hi CompMsg font-style: italic; margin-left: 16px; hi CompResult width: 45%; overfloaw: hidden; hi CompTitle color: #9acd32; background: #2f2f2f; font-weight: bold; @@ -20,9 +20,9 @@ hi ErrorMsg color: green; background: #2f2f2f; font-weight: bold; hi Filter font-weight: bold; hi FrameIndicator background-color: #2f2f2f; 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; -hi GradientLeft background-color: #2f2f2f; -hi GradientRight background-color: #2f2f2f; +" hi Gradient height: 1px; margin-bottom: -1px; margin-top: -1px; +" hi GradientLeft background-color: #2f2f2f; +" hi GradientRight background-color: #2f2f2f; hi Hint font-family: Sans; font-size: 10px; font-weight: bold; color: #f6e9e9; background-color: red; border-color: ButtonShadow; border-width: 0px; border-style: solid; padding 0px 1px 0px 1px; hi Hint::after content: attr(number); hi HintActive background: #2f2f2f; color: #f6e9e9; @@ -41,10 +41,10 @@ hi Number color: blue; hi Object color: maroon; hi Preview color: gray; hi Question color: #8ade8e; background: green; font-weight: bold; -hi Search font-size: inherit; padding: 0; color: #2f2f2f; background-color: yellow; padding: 0; +" hi Search font-size: inherit; padding: 0; color: #2f2f2f; background-color: yellow; padding: 0; hi StatusLine color: #9acd32; background: #2f2f2f; -hi StatusLineBroken color: red; background: #2f2f2f; -hi StatusLineSecure color: #77a8c1; background: #2f2f2f; +" hi StatusLineBroken color: red; background: #2f2f2f; +" hi StatusLineSecure color: #77a8c1; background: #2f2f2f; hi String color: green; hi Tag color: blue; hi Title color: green; background: #2f2f2f; font-weight: bold; |