369236c0ffe52d5619d7dfc39b53ac94b868540b
[~bandali/configs] / vimperator / .vimperator / colors / zenburn.vimp
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
20 hi clear
21
22 hi CompDesc color: #999; width: 50%;
23 hi CompItem[selected] background: #666;
24
25 " Used in Command Line
26 " Entire bottom line
27 hi 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`
30 hi CompResult color: #aaa; width: 45%; overflow: hidden;
31 hi CompTitle color: #ddc; background: #333; font-weight: bold;
32 hi CompTitle>* color: #aaa; font-weight: bold; border-top: 1px solid gray; border-bottom: 1px solid #BBB; padding: 1px 0.5ex;
33
34 " Hints!
35 hi Hint color: white; background-color: #800; border-color: ButtonShadow; font-family: Inconsolata; font-size: 12px; border-width: 0px; border-style: solid; padding 0 1px;
36 hi Hint::after content: attr(number);
37 hi HintActive color: black; background: #480;
38 hi HintElem color: black; background-color: #880;
39 hi HintImage opacity: .5;
40
41 " Used also in wrapping error messages as the background, simple speaking
42 hi InfoMsg color: #ddc; background: #333;
43
44 " Used when error on syntax error in vimperatorrc, etc.
45 hi LineNr color: orange; background-color: #333;
46
47 hi ErrorMsg color: #c22; background-color: #333; font-weight: bold;
48
49 " Used in CARET or COMMAND modes
50 hi ModeMsg color: #ddc; background: #333;
51
52 hi MoreMsg color: #080; background: #222; font-weight: bold; -moz-border-radius: 5px; padding-left: 5px;
53
54 hi Normal color: #ddc; background: #333;
55
56 " Used in :`js tr<TAB>`
57 hi Boolean color: #f00;
58 hi Function color: #04c;
59 hi Null color: #00c;
60 hi Number color: #00c;
61 hi Object color: #c40;
62 hi String color: #0c0;
63
64 " Used in "Press ENTER..." of `jumps` or `bmarks`, or "Follow Hint..." or `f`
65 hi 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
69 hi StatusLine color: #ddc; background: #333; font-family: Inconsolata; font-size: 14px; margin-top: 1px;
70
71 " Firefox's tabs
72 hi 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`
75 hi Title color: #ddc; background: #333; font-weight: bold;
76
77 " Used in items of Info field of `bmarks`
78 hi Keyword color: #CC0;
79 hi Tag color: #0CC;
80 hi URL color: #080; text-decoration: none; padding: 0 2px;
81 hi URL:hover color: #880; background-color: #222; -moz-border-radius: 5px; cursor: pointer;
82
83 hi ContentSeparator border:none;
84
85 " vim:set filetype=vim: