root/lang/javascript/vimperator-plugins/trunk/colors/evening.vimp

Revision 27243, 2.1 kB (checked in by drry, 6 months ago)
  • コロン抜け修正など。
Line 
1" ==VimperatorColorSchema==
2" name: evening
3" ==/VimperatorColorSchema==
4
5hi StatusLine           color: #333;      background: #ddd;
6
7hi Normal               color: #ddd;      background: #333;
8hi InfoMsg              color: #ddd;      background: #333;
9hi ModeMsg              color: #ddd;      background: #333;
10hi MoreMsg              color: limegreen; background: #333;
11hi LineNr               color: yellow;    background: #333;
12hi Question             color: limegreen; background: #333;
13hi WarningMsg           color: yellow;    background: #333;
14hi NonText                                background: #333;
15
16hi CompItem[selected]   color: #333;      background: Khaki;
17
18hi Title                color: Orchid;
19hi Indicator            color: DodgerBlue;
20hi String               color: Orchid;
21hi Number               color: Orchid;
22hi Object               color: SkyBlue;
23hi Function             color: Khaki;
24hi URL                  color: GreenYellow;
25
26hi TabNumber            color: DarkOrange;
27hi TabText              color: #333;
28
29set! browser.tabs.closeButtons=3
30" style about:blank html { background-color: #333; }
31style -name tab chrome://* <<EOM
32#content { background-color: #ddd; } /* tabbar */
33.tabs-alltabs-button { padding: 0 !important; }
34.tabs-container { height: 20px; border-bottom: 2px solid #333; }
35.tabs-container > stack { display: none; } /* remove tab selection menu */
36.tabbrowser-tab {
37    -moz-appearance: none !important;
38    margin: 0 !important;
39    padding: 0 !important;
40    -moz-border-radius-topleft: 0 !important;
41    -moz-border-radius-topright: 0 !important;
42    -moz-border-radius-bottomright: 0 !important;
43    -moz-border-radius-bottomleft: 0 !important;
44    border: 0 none !important;
45    background-image: none !important;
46    background-color: #333 !important;
47}
48.tabbrowser-tab[selected=false] { background: #ddd !important; }
49.tabbrowser-tab[selected=true] > .tab-text { color: #ddd !important; }
50EOM
51
52style -name statusbar chrome://* <<EOM
53#status-bar statusbarpanel { padding: 0 1px !important; }
54statusbarpanel > * { margin: 0 !important; padding: 0 !important; }
55EOM
56
Note: See TracBrowser for help on using the browser.