| 1 | " ==Vimperator_Color_Scheme== |
|---|
| 2 | " name: Simple |
|---|
| 3 | " ==Simple_Color_Scheme== |
|---|
| 4 | |
|---|
| 5 | highlight Bell display: none; |
|---|
| 6 | |
|---|
| 7 | highlight CmdLine font-size: 12px; font-weight: normal; font-family: monospace; padding: 2px 3px; |
|---|
| 8 | |
|---|
| 9 | highlight CompGroup font-size: 12px; color: #111; |
|---|
| 10 | highlight CompTitle font-size: 13px; letter-spacing: 2px; color: #333; background: #CCC; |
|---|
| 11 | highlight CompItem padding: 2px 3px; font-family: monospace; |
|---|
| 12 | highlight CompItem[selected] background-color: #DDD; |
|---|
| 13 | highlight CompDesc color: #888; |
|---|
| 14 | " highlight CompMsg |
|---|
| 15 | highlight Gradient background-color: #FFF; |
|---|
| 16 | highlight GradientLeft background-color: #FFF; |
|---|
| 17 | highlight GradientRight background-color: #FFF; |
|---|
| 18 | |
|---|
| 19 | highlight ErrorMsg background-color: #E00; color: #F5F5F5; |
|---|
| 20 | highlight Filter font-weight: bold; color: #000; |
|---|
| 21 | |
|---|
| 22 | highlight StatusLine font-size: 12px; font-weight: normal; color: #222; background: #EEE; |
|---|
| 23 | highlight StatusLineBroken font-size: 12px; font-weight: normal; color: #222; background: #FDD; |
|---|
| 24 | highlight StatusLineSecure font-size: 12px; font-weight: normal; color: #222; background: #DDF; |
|---|
| 25 | " highlight StatusLine font-size: 12px; font-weight: normal; color: #EEE; background: #111; |
|---|
| 26 | " highlight StatusLineBroken font-size: 12px; font-weight: normal; color: #EEE; background: #311; |
|---|
| 27 | " highlight StatusLineSecure font-size: 12px; font-weight: normal; color: #EEE; background: #114; |
|---|
| 28 | |
|---|
| 29 | " highlight InfoMsg |
|---|
| 30 | " highlight ModeMsg |
|---|
| 31 | " highlight MoreMsg |
|---|
| 32 | |
|---|
| 33 | " highlight CompLess |
|---|
| 34 | " highlight CompLess::after |
|---|
| 35 | " highlight CompMore |
|---|
| 36 | " highlight CompMore::after |
|---|
| 37 | " highlight CompResult |
|---|
| 38 | |
|---|
| 39 | " highlight WarningMsg |
|---|
| 40 | |
|---|
| 41 | highlight Hint font-family: monospace; font-size: 14px; font-weight: normal; color: #000; background-color: #FFF; padding: 0px 2px; border: 3px outset #DDD; |
|---|
| 42 | " highlight HintElem |
|---|
| 43 | " highlight HintActive |
|---|
| 44 | |
|---|
| 45 | highlight Title font-size: 12px; letter-spacing: 2px; color: #333; background: #CCC; |
|---|
| 46 | |
|---|
| 47 | style -name statusbar chrome://* <<EOM |
|---|
| 48 | #status-bar statusbarpanel { padding: 2px !important; } |
|---|
| 49 | statusbarpanel > * { margin: 0 !important; padding: 0 !important; } |
|---|
| 50 | EOM |
|---|