diff options
author | anekos <github@snca.net> | 2014-06-20 22:56:33 +0900 |
---|---|---|
committer | anekos <github@snca.net> | 2014-06-20 22:56:33 +0900 |
commit | c2dd065dbb29bdb8e5ac1cf7673ee1bfc99e16b2 (patch) | |
tree | 865a9ac1129f428426d9f8e33bd5b9ddefd03014 /ywgx.vimp | |
parent | add4aa3c77fdd7d30b83a63a40c5fbe463d15a6d (diff) | |
parent | 1c5f1681bad7c08710b6d3e897ada047d2c544b8 (diff) | |
download | vimperator-colors-c2dd065dbb29bdb8e5ac1cf7673ee1bfc99e16b2.tar.gz vimperator-colors-c2dd065dbb29bdb8e5ac1cf7673ee1bfc99e16b2.tar.bz2 |
Merge pull request #1 from jubalh/master
expanding the collection
Diffstat (limited to 'ywgx.vimp')
-rw-r--r-- | ywgx.vimp | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ywgx.vimp b/ywgx.vimp new file mode 100644 index 0000000..6214a73 --- /dev/null +++ b/ywgx.vimp @@ -0,0 +1,21 @@ +" ==Vimperator_Color_Scheme== +" name:ywgx +" url: http://code.google.com/p/vimperator-labs/issues/detail?id=510&q=label%3Aproject-vimperator%20label%3Atype-colorscheme&colspec=ID%20Summary%20Project%20Type%20Status%20Priority%20Stars%20Owner +" ==ywgx_Color_Scheme== +hi Normal background:#000000;color:#afafaf;font-size:12pt;font-family:monospace +hi CmdLine background:#000000;color:#00cc22;font-size:12pt;font-family:monospace;font-weight:normal;padding:0px 3px +hi CompGroup background:#000000;color:#afafaf +hi CompTitle background:#000000;color:#2C100E;font-weight:bold +hi CompItem background:#000000;color:#afafaf;padding:0px 3px +hi CompItem[selected] background:#2C001E;color:#00cc22 +hi CompDesc background:#0boe13;color:#00cc22 +hi CompDesc[selected] background:#2C001E;color:#00cc22 +hi CompMsg background:#0boe13;color:#afafaf +hi ErrorMsg background:#ff6565;color:#000000 +hi Filter color:#000000;font-weight:bold; +hi StatusLine font-family: monospace; font-size: 12pt; font-weight: normal; color: #FFFFFF; background: #000000; +hi Hint font-family:Sans;font-size:20px;font-weight:bold;color:white; background-color:rgba(0, 0, 0, 0.5);border:solid 1px LightGray; +style -name statusbar chrome://* <<EOM +#status-bar statusbarpanel {padding:0 1px !important;} +statusbarpanel > * { margin:0 !important; padding:0 2px 0 0 !important; } +EOM |