[vimperator] add some color themes
[~bandali/configs] / vimperator / .vimperator / colors / zenburn.vimp
CommitLineData
281409fb
AB
1" ==Vimperator_Color_Scheme==
2" name: zenburn
3" url: https://github.com/livibetter/dotfiles/tree/master/vimperator/colors
4" original name: vimPgray
5"
6" Created for matching this GTK+ theme:
7" http://www.gnome-look.org/content/show.php/Clearlooks+Zenburn?content=103035
8"
9" Last edited:
10" Edited by Yu-Jie Lin <http://j.mp/Google-livibetter>
11"
12" Original vimp: 2010-11-01T10:04:00+0800
13" http://github.com/VoQn/vimperator-colorscheme/blob/master/colors/default.vimp
14"
15" Reference:
16" chrome://liberator/locale/styling.html
17" ==VimPGray_Colorscheme_Settings==
18
19" Reset all styles first
20hi clear
21
22hi CompDesc color: #999; width: 50%;
23hi CompItem[selected] background: #666;
24
25" Used in Command Line
26" Entire bottom line
27hi CmdLine color: #aaa; background: #333; font-family: Inconsolata; font-size: 12px; padding: 0px; vertical-align: middle; border: none;
28
29" Used in the URL column of `bmarks`
30hi CompResult color: #aaa; width: 45%; overflow: hidden;
31hi CompTitle color: #ddc; background: #333; font-weight: bold;
32hi CompTitle>* color: #aaa; font-weight: bold; border-top: 1px solid gray; border-bottom: 1px solid #BBB; padding: 1px 0.5ex;
33
34" Hints!
35hi Hint color: white; background-color: #800; border-color: ButtonShadow; font-family: Inconsolata; font-size: 12px; border-width: 0px; border-style: solid; padding 0 1px;
36hi Hint::after content: attr(number);
37hi HintActive color: black; background: #480;
38hi HintElem color: black; background-color: #880;
39hi HintImage opacity: .5;
40
41" Used also in wrapping error messages as the background, simple speaking
42hi InfoMsg color: #ddc; background: #333;
43
44" Used when error on syntax error in vimperatorrc, etc.
45hi LineNr color: orange; background-color: #333;
46
47hi ErrorMsg color: #c22; background-color: #333; font-weight: bold;
48
49" Used in CARET or COMMAND modes
50hi ModeMsg color: #ddc; background: #333;
51
52hi MoreMsg color: #080; background: #222; font-weight: bold; -moz-border-radius: 5px; padding-left: 5px;
53
54hi Normal color: #ddc; background: #333;
55
56" Used in :`js tr<TAB>`
57hi Boolean color: #f00;
58hi Function color: #04c;
59hi Null color: #00c;
60hi Number color: #00c;
61hi Object color: #c40;
62hi String color: #0c0;
63
64" Used in "Press ENTER..." of `jumps` or `bmarks`, or "Follow Hint..." or `f`
65hi Question color: #080; background: #222; font-weight: bold; -moz-border-radius: 5px; padding-left: 5px;
66
67" hi Search color: #333; background-color: #cc0; font-size: inherit; padding: 0; padding: 0;
68
69hi StatusLine color: #ddc; background: #333; font-family: Inconsolata; font-size: 14px; margin-top: 1px;
70
71" Firefox's tabs
72hi TabNumber color: #ddc; font-weight: bold; margin: 0; padding-right: .3ex; text-shadow: #000 -1px 0 0, #000 0 1px 0, #000 1px 0 0, #000 0 -1px 0;
73
74" Used in `pageinfo` or `jumps`
75hi Title color: #ddc; background: #333; font-weight: bold;
76
77" Used in items of Info field of `bmarks`
78hi Keyword color: #CC0;
79hi Tag color: #0CC;
80hi URL color: #080; text-decoration: none; padding: 0 2px;
81hi URL:hover color: #880; background-color: #222; -moz-border-radius: 5px; cursor: pointer;
82
83hi ContentSeparator border:none;
84
85" vim:set filetype=vim: