blob: a187401e04009a84a1aca63aff14f9e23196b40b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
" ==VimperatorColorSchema==
" name: Sweets enhanced by snaka. (Based on 'Sweets')
" url: https://github.com/suzuken/dotfiles/blob/master/vimperator/colors/sweets_snaka.vimp
" ==/VimperatorColorSchema==
hi Hint font-family: monospace; font-size: 15px; font-weight: normal; color: lightyellow; background-color: black; border-color: ButtonShadow; border-width: 0px; border-style: solid; padding: 0px 5px 0px 5px; text-transform: uppercase;
hi HintElem background-color: pink; color: black;
hi HintActive background-color: hotpink; color: white;
hi -append Hint background-color: rgba(28, 28, 28, 0.7); border: 1px solid #1c1c1c; -moz-border-radius: 4px; -moz-box-shadow: 0px 0px 1px black; text-shadow: 1px 1px 2px black;
hi -append HintElem text-decoration: none; -moz-border-radius: 4px; -moz-box-shadow: 0 0 2px #0c0c0c;
hi -append HintActive text-decoration: none; -moz-border-radius: 4px; -moz-box-shadow: 0 0 2px #0c0c0c;
hi StatusLine color: CornflowerBlue; background: #000; font-weight: normal; font-size: 12pt;
hi StatusLineBroken color: black; background: #ffa0a0; font-weight: normal; font-size: 12pt;
hi StatusLineExtended color: black; background: #a0ffa0; font-weight: normal; font-size: 12pt;
hi StatusLineSecure color: black; background: #a0a0ff; font-weight: normal; font-size: 12pt;
hi Normal color: LightYellow; background: Black; font-size: 12pt; opacity: 0.7;
hi CmdLine color: LightYellow; background: Black; font-size: 14pt;
hi InfoMsg color: LightYellow; background: Black; font-size: 12pt;
hi ModeMsg color: LightYellow; background: Black; font-size: 12pt;
hi MoreMsg color: LimeGreen; background: Black;
hi LineNr color: DeepPink; background: Black; font-size: 12pt;
hi Question color: Yellow; background: Black; font-size: 12pt;
hi WarningMsg color: DeepPink; background: Black; font-size: 12pt;
hi ErrorMsg color: white; background: red; font-size: 12pt;
hi NonText background: #000;
hi Null color: CornflowerBlue;
hi Tag color: CornflowerBlue;
hi Number color: CornflowerBlue;
hi CompTitle background: DarkOrchid;
hi CompTitle>* color: white; border-bottom: 1px solid #3c3c3f; padding: 1px 0.5ex; text-shadow: 1px 1px 0px #0c0c0c;
hi CompItem[selected] color: cyan; background: #333;
hi CompDesc color: Pink;
hi Title color: white;
hi Indicator color: DodgerBlue;
hi String color: Orchid;
hi Number color: Orchid;
hi Object color: Khaki;
hi Function color: SkyBlue;
hi URL color: LightGreen;
hi TabNumber color: white; font-weight: bold; font-size:10pt;
style -name tab chrome://* <<EOM
.tabbrowser-strip {
background : #444 !important;
}
EOM
|