diff options
author | Michael Vetter <g.bluehut@gmail.com> | 2012-12-11 18:42:56 +0100 |
---|---|---|
committer | Michael Vetter <g.bluehut@gmail.com> | 2012-12-11 18:42:56 +0100 |
commit | c7eb5483216610e6ed215daeb5e99b5ecd8d7e59 (patch) | |
tree | cde48ebf8656615e831615c86a03ac29d0d3d188 | |
parent | e6be0d51657d7810cfbf66ac2b4d2db941250163 (diff) | |
download | vimperator-colors-c7eb5483216610e6ed215daeb5e99b5ecd8d7e59.tar.gz vimperator-colors-c7eb5483216610e6ed215daeb5e99b5ecd8d7e59.tar.bz2 |
added simple, sweets, voqn wa_sweets and zenburn
-rw-r--r-- | darkness.vimp (renamed from darkness2.vimp) | 0 | ||||
-rw-r--r-- | simple.vimp | 53 | ||||
-rw-r--r-- | sweets.vimp | 73 | ||||
-rw-r--r-- | voqn.vimp | 64 | ||||
-rw-r--r-- | wa_sweets.vimp | 138 | ||||
-rw-r--r-- | zenburn.vimp | 85 |
6 files changed, 413 insertions, 0 deletions
diff --git a/darkness2.vimp b/darkness.vimp index ddd831d..ddd831d 100644 --- a/darkness2.vimp +++ b/darkness.vimp diff --git a/simple.vimp b/simple.vimp new file mode 100644 index 0000000..064deda --- /dev/null +++ b/simple.vimp @@ -0,0 +1,53 @@ +" ==Vimperator_Color_Scheme== +" name: Simple +" modifications: Travis Jeffery <t.jeffery@utoronto.ca> +" - changed font to DejaVu Sans Mono +" - changed colors to be brighter and more excitings +" url: https://github.com/travisjeffery/vimperator-scripts/tree/master/colors +" ==Simple_Color_Scheme== + +highlight Bell display: none; + +highlight CmdLine font-size: 9px; font-weight: normal; font-family:"DejaVu Sans Mono", monospace; padding: 0 0; + +highlight CompGroup font-size: 9px; color: #111; +highlight CompTitle font-size: 9px; letter-spacing: 2px; color: #333; background: #CCC; +highlight CompItem padding: 0 0; font-family: "DejaVu Sans Mono", monospace; +highlight CompItem[selected] background-color: #DDD; +highlight CompDesc color: #888; +" highlight CompMsg +highlight Gradient background-color: #FFF; +highlight GradientLeft background-color: #FFF; +highlight GradientRight background-color: #FFF; + +highlight ErrorMsg background-color: #E00; color: #F5F5F5; +highlight Filter font-weight: bold; color: #000; + +highlight StatusLine font-size: 12px; font-weight: normal; color: #222; background: #EEE; +highlight StatusLineBroken font-size: 12px; font-weight: normal; color: #222; background: #FDD; +highlight StatusLineSecure font-size: 12px; font-weight: normal; color: #222; background: #DDF; +" highlight StatusLine font-size: 12px; font-weight: normal; color: #EEE; background: #111; +" highlight StatusLineBroken font-size: 12px; font-weight: normal; color: #EEE; background: #311; +" highlight StatusLineSecure font-size: 12px; font-weight: normal; color: #EEE; background: #114; + +" highlight InfoMsg +" highlight ModeMsg +" highlight MoreMsg + +" highlight CompLess +" highlight CompLess::after +" highlight CompMore +" highlight CompMore::after +" highlight CompResult + +" highlight WarningMsg +highlight Hint font-family: "DejaVu Sans Mono", monospace; font-size: 12px; font-weight: normal; color: #FFO099; background-color: #3399FF; padding: 0px 2px; +highlight HintElem background-color: #00CC000; +" highlight HintActive + +highlight Title font-size: 12px; letter-spacing: 2px; color: #333; background: #CCC; + +style -name statusbar chrome://* <<EOM +#status-bar statusbarpanel { padding: 2px !important; } +statusbarpanel > * { margin: 0 !important; padding: 0 !important; } +EOM diff --git a/sweets.vimp b/sweets.vimp new file mode 100644 index 0000000..5e184be --- /dev/null +++ b/sweets.vimp @@ -0,0 +1,73 @@ +" ==Vimperator_Color_Scheme== +" name: Sweets +" url: https://github.com/VoQn/vimperator-colorscheme/tree/master/colors +" ==Sweets_Color_Scheme== +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; + +hi HintElem background-color: pink; color: black; +hi HintActive background-color: hotpink; color: white; + +hi StatusLine color: DeepPink; background: #000; font-weight: normal; font-size: 10pt; + +hi Normal color: LightYellow; background: #333; font-size: 10pt; +hi InfoMsg color: LightYellow; background: #333; font-size: 10pt; +hi ModeMsg color: LightYellow; background: #333; font-size: 10pt; +hi MoreMsg color: LimeGreen; background: #333; +hi LineNr color: DeepPink; background: #333; font-size: 10pt; +hi Question color: Yellow; background: #333; font-size: 10pt; +hi WarningMsg color: DeepPink; background: #333; font-size: 10pt; +hi NonText background: #333; +hi Null color: CornflowerBlue; +hi Tag color: CornflowerBlue; + +hi CompTitle color: magenta; background: #222; font-weight: bold; +hi CompItem[selected] color: DeepPink; background: Black; +hi CompDesc color: Pink; +hi GradientRight background-color: Black; + +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 +#content { background-color: #ccc; } /* tabbar */ +.tabs-alltabs-button { padding: 0 !important; } +.tabs-container > stack { display: none; } /* remove tab selection menu */ +/*.tabs-container .box-inherit.scrollbox-innerbox { border-bottom: 1px solid #404040; } /* tab bar position: top */ +.tabs-container scrollbox { + background-color: #adadad; + border-bottom: 1px solid #000; +} +.tabbrowser-tab { + -moz-apperance: none !important; + margin: 0 !important; + padding: 0 !important; + -moz-border-radius-topleft: 0 !important; + -moz-border-radius-topright: 0 !important; + -moz-border-radius-bottomright: 0 !important; + -moz-border-radius-bottomleft: 0 !important; + border-bottom: 1px solid #000 !important; + background-image: none !important; + background-color: #ff69b4 !important; + text-align: left !important; +} +.tabbrowser-tab[selected=false] { background: #999 !important; } +.tabbrowser-tab[selected=true] .tab-text { color: #ddd !important; } +.tab-icon-image { margin-bottom: -4px; } +.tab-image-left, +.tab-image-middle, +.tab-image-right { + background-image: none !important; +} +EOM + +style -name statusbar chrome://* <<EOM +#status-bar statusbarpanel { padding: 0 1px !important; } +statusbarpanel > * { margin: 0 !important; padding: 0 !important; } +EOM diff --git a/voqn.vimp b/voqn.vimp new file mode 100644 index 0000000..dacbe02 --- /dev/null +++ b/voqn.vimp @@ -0,0 +1,64 @@ +" ==Vimperator_Color_Scheme== +" name: default +" url: https://github.com/VoQn/vimperator-colorscheme/tree/master/colors +" ==Defult_Colorscheme_Settings== +hi Bell border: 0 none; background-color: black; +hi Boolean color: red; +hi CmdLine font-family: monospace; padding: 1px; +hi CmdOutput white-space: pre; +hi CompDesc color: gray; width: 50%; +hi CompGroup +hi CompGroup:not(:first-of-type) margin-top: .5em; +hi CompIcon width: 16px; min-width: 16px; display: inline-block; margin-right: .5ex; +hi CompIcon>img max-width: 16px; max-height: 16px; vertical-align: middle; +hi CompItem +hi CompItem>* padding: 0 .5ex; +hi CompItem[selected] background: yellow; +hi CompLess text-align: center; height: 0; line-height: .5ex; padding-top: 1ex; +hi CompLess::after content: "\2303" /* Unicode up arrowhead */ +hi CompMore text-align: center; height: .5ex; line-height: .5ex; margin-bottom: -.5ex; +hi CompMore::after content: "\2304" /* Unicode down arrowhead */ +hi CompMsg font-style: italic; margin-left: 16px; +hi CompResult width: 45%; overfloaw: hidden; +hi CompTitle color: magenta; background: white; font-weight: bold; +hi CompTitle>* padding: 0 .5ex; +hi ErrorMsg color: white; background: red; font-weight: bold; +hi Filter font-weight: bold; +hi FrameIndicator background-color: red; opacity: 0.5; z-index: 999; position: fixed; top: 0; bottom: 0; left: 0; right: 0; +hi Function color: navy; +hi Gradient height: 1px; margin-bottom: -1px; margin-top: -1px; +hi GradientLeft background-color: magenta; +hi GradientRight background-color: white; +hi Hint font-family: monospace; font-size: 10px; font-weight: bold; color: white; background-color: red; border-color: ButtonShadow; border-width: 0px; border-style: solid; padding 0px 1px 0px 1px; +hi Hint::after content: attr(number); +hi HintActive background: #88FF00; color: black; +hi HintElem background-color: yellow; color: black; +hi HintImage opacity: .5; +hi Indicator color: blue; +hi InfoMsg color: black; background: white; +hi LineNr color: orange; background: white; +hi Message white-space: normal; min-width: 100%; padding-left: 2em; text-indent: -2em; display: block; +hi ModeMsg color: black; background: white; +hi MoreMsg color: green; background: white; +hi NonText color: blue; min-height: 16px; padding-left: 2px; +hi Normal color: black; background: white; +hi Null color: blue; +hi Number color: blue; +hi Object color: maroon; +hi Preview color: gray; +hi Question color: green; background: white; font-weight: bold; +hi Search font-size: inherit; padding: 0; color: black; background-color: yellow; padding: 0; +hi StatusLine color: white; background: black; +hi StatusLineBroken color: black; background: #FF6060; /* light-red */ +hi StatusLineSecure color: black; background: #B0FF00; /* light-green */ +hi String color: green; +hi TabClose +hi TabIcon +hi TabIconNumber font-weight: normal; color: black; text-align: center; text-shadow: black -1px 0 1px, black 0 1px 1px, black 1px 0 1px, black 0 -1px 1px; +hi TabNumber font-weight: bold; margin: 0; padding-right: .3ex; +hi TabText +hi Tag color: blue; +hi Title color: magenta; background: white; font-weight: bold; +hi URL text-decoration: none; color: green; background: inherit; +hi URL:hover text-decoration: underline; cursor: pointer; +hi WarningMsg color: red; background: white; diff --git a/wa_sweets.vimp b/wa_sweets.vimp new file mode 100644 index 0000000..5e44342 --- /dev/null +++ b/wa_sweets.vimp @@ -0,0 +1,138 @@ + +" ==Vimperator_Color_Scheme== +" name: wa_sweets +" url: https://github.com/VoQn/vimperator-colorscheme/tree/master/colors +" ==Japanese_Sweet_Concept_Colorscheme_Settings== + +" Color Definission {{{ +" ================================================== +" karasuba_iro = '#180614' +" kurobeni = '#302833' +" kurotobi = '#432f2f' +" moegi = '#aacf53' +" mushiguri_iro = '#ede4cd' +" suna_iro = '#dcd3b2' +" tankou = '#f8e58c' +" tsutsuji_iro = '#e95295' +" tsuyukusa_iro = '#38a1db' +" }}} + +" highlight settings {{{ +hi Bell display: none; border: 0 none; background-color: black; +hi Boolean color: red; +hi CmdLine font-family: monospace; padding: 1px; +hi CmdOutput font-size: 15px; white-space: pre; +hi CompDesc color: #dcd3b2; width: 50%; /* SUNA_IRO */ +hi CompGroup font-size: 14px; +hi CompGroup:not(:first-of-type) margin-top: .5em; +hi CompIcon width: 16px; min-width: 16px; display: inline-block; margin-right: .5ex; +hi CompIcon>img max-width: 16px; max-height: 16px; vertical-align: middle; +hi CompItem color: #f6bfbc; +hi CompItem>* padding: 0 .5ex; +hi CompItem[selected] color: white; background: #302833; +hi CompLess text-align: center; height: 0; line-height: .5ex; padding-top: 1ex; +hi CompLess::after content: "\2303"; /* Unicode up arrowhead */ +hi CompMore text-align: center; height: .5ex; line-height: .5ex; margin-bottom: -.5ex; +hi CompMore::after content: "\2304"; /* Unicode down arrowhead */ +hi CompMsg font-style: italic; margin-left: 16px; +hi CompResult width: 45%; overfloaw: hidden; +hi CompTitle color: magenta; background: #302833; font-weight: bold; +hi CompTitle>* padding: 0 .5ex; +hi ErrorMsg color: white; background: red; font-weight: bold; +hi Filter font-weight: bold; +hi FrameIndicator background-color: red; opacity: 0.5; z-index: 999; position: fixed; top: 0; bottom: 0; left: 0; right: 0; +hi Function color: #59b9c6; +hi Gradient height: 1px; margin-bottom: -1px; margin-top: -1px; +hi GradientLeft background-color: magenta; +hi GradientRight background-color: #432f2f; +hi Hint font-family: monospace; font-size: 18px; font-weight: normal; color: #ede4cd; background-color: #302833; border-color: ButtonShadow; border-width: 0px; border-style: solid; padding: 3px 5px; /* CL MUSHIGURI_iRO BG:KUROBENI */ +hi Hint::after content: attr(hintchar); +hi HintActive background: #aacf53; color: #white; /* CL:MOEGI */ +hi HintElem background-color: #f8e58c; color: #180614; /* BG:TANKOU */ +hi HintImage opacity: .5; +hi Indicator color: #38a1db; +hi InfoMsg color: #a58f86; background: #432f2f; + +hi Keyword color: #e95295; +hi LineNr color: orange; background: #432f2f; +hi Message #432f2f-space: normal; min-width: 100%; padding-left: 2em; text-indent: -2em; display: block; +hi ModeMsg color: #a58f86; background: #432f2f; +hi MoreMsg color: #aacf53; background: #432f2f; + +hi NonText color: #38a1db; background: #432f2f; min-height: 16px; padding-left: 2px; +hi Normal color: white; background: #432f2f; font-size: 12px; /* CL:white BG:KUROTOBI */ +hi Null color: #38a1db; /* TSUYUKUSA_IRO */ +hi Number color: #38a1db; /* TSUYUKUSA_IRO */ +hi Object color: #e9546b; +hi Preview color: gray; +hi Question color: #aacf53; background: #432f2f; font-weight: bold; +hi Search font-size: inherit; padding: 0; color: black; background-color: yellow; padding: 0; + +hi StatusLine font-size: 15px; color: #aacf53; background: #302833; /* CL:MOEGI BG:KUROBENI */ +hi StatusLineBroken color: black; background: #FF6060; /* light-red */ +hi StatusLineSecure color: black; background: #B0FF00; /* light-green */ + +hi String color: #aacf53; +hi TabClose +hi TabIcon +hi TabIconNumber font-weight: normal; font-size: 12px; color: white; text-align: center; text-shadow: black -1px 0 1px, black 0 1px 1px, black 1px 0 1px, black 0 -1px 1px; +hi TabNumber font-weight: bold; font-size: 12px; color: white; margin: 0; +hi TabText +hi Tag color: #38a1db; +hi Title color: magenta; background: #302833; font-weight: bold; +hi URL text-decoration: none; color: #aacf53; background: inherit; +hi URL:hover text-decoration: underline; cursor: pointer; +hi WarningMsg color: red; background: white; +" }}} + +" CSS {{{ +style -name tab chrome://* <<EOM +#content { background-color: #ccc; } /* tabbar */ +.tabs-alltabs-button { padding: 2px 0 !important; } +.tabs-container > stack { display: none; } /* remove tab selection menu */ +/*.tabs-container .box-inherit.scrollbox-innerbox { border-bottom: 1px solid #404040; } /* tab bar position: top */ +.tabs-container scrollbox { + background-color: #adadad; + /* border-bottom: 1px solid #333; */ +} +.tabbrowser-tab { + -moz-apperance: none !important; + margin: 0 !important; + padding: 0 !important; + -moz-border-radius-topleft: 0 !important; + -moz-border-radius-topright: 0 !important; + -moz-border-radius-bottomright: 0 !important; + -moz-border-radius-bottomleft: 0 !important; + border-top: 1px solid #a78faa !important; + border-bottom: 1px solid #523a55 !important; + background-image: none !important; + background-color: #745c77 !important; + text-align: left !important; + text-shadow: none !important; +} +.tabbrowser-tab[selected=false] { + border-top: 1px solid #adadad !important; + border-bottom: 1px solid #666 !important; + background: #999 !important; +} +.tabbrowser-tab[selected=true] { + color: #fff !important; + border-top: 1px solid #745c77 !important; + border-bottom: 1px solid #080611 !important; + background-color: #302833 !important; +} +.tabbrowser-tab[selected=true] .tab-text { color: #fff !important; } +.tab-icon-image { margin-bottom: 0px; } +.tab-image-left, +.tab-image-middle, +.tab-image-right { + background-image: none !important; +} +EOM + +style -name statusbar chrome://* <<EOM +#status-bar statusbarpanel { padding: 5px 2px !important; } +statusbarpanel > * { margin: 0 !important; padding: 0 !important; } +EOM + +" }}} diff --git a/zenburn.vimp b/zenburn.vimp new file mode 100644 index 0000000..2a63a70 --- /dev/null +++ b/zenburn.vimp @@ -0,0 +1,85 @@ +" ==Vimperator_Color_Scheme== +" name: zenburn +" url: https://github.com/livibetter/dotfiles/tree/master/vimperator/colors +" original name: vimPgray +" +" Created for matching this GTK+ theme: +" http://www.gnome-look.org/content/show.php/Clearlooks+Zenburn?content=103035 +" +" Last edited: +" Edited by Yu-Jie Lin <http://j.mp/Google-livibetter> +" +" Original vimp: 2010-11-01T10:04:00+0800 +" http://github.com/VoQn/vimperator-colorscheme/blob/master/colors/default.vimp +" +" Reference: +" chrome://liberator/locale/styling.html +" ==VimPGray_Colorscheme_Settings== + +" Reset all styles first +hi clear + +hi CompDesc color: #999; width: 50%; +hi CompItem[selected] background: #666; + +" Used in Command Line +" Entire bottom line +hi CmdLine color: #aaa; background: #333; font-family: Inconsolata; font-size: 12px; padding: 0px; vertical-align: middle; border: none; + +" Used in the URL column of `bmarks` +hi CompResult color: #aaa; width: 45%; overflow: hidden; +hi CompTitle color: #ddc; background: #333; font-weight: bold; +hi CompTitle>* color: #aaa; font-weight: bold; border-top: 1px solid gray; border-bottom: 1px solid #BBB; padding: 1px 0.5ex; + +" Hints! +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; +hi Hint::after content: attr(number); +hi HintActive color: black; background: #480; +hi HintElem color: black; background-color: #880; +hi HintImage opacity: .5; + +" Used also in wrapping error messages as the background, simple speaking +hi InfoMsg color: #ddc; background: #333; + +" Used when error on syntax error in vimperatorrc, etc. +hi LineNr color: orange; background-color: #333; + +hi ErrorMsg color: #c22; background-color: #333; font-weight: bold; + +" Used in CARET or COMMAND modes +hi ModeMsg color: #ddc; background: #333; + +hi MoreMsg color: #080; background: #222; font-weight: bold; -moz-border-radius: 5px; padding-left: 5px; + +hi Normal color: #ddc; background: #333; + +" Used in :`js tr<TAB>` +hi Boolean color: #f00; +hi Function color: #04c; +hi Null color: #00c; +hi Number color: #00c; +hi Object color: #c40; +hi String color: #0c0; + +" Used in "Press ENTER..." of `jumps` or `bmarks`, or "Follow Hint..." or `f` +hi Question color: #080; background: #222; font-weight: bold; -moz-border-radius: 5px; padding-left: 5px; + +hi Search color: #333; background-color: #cc0; font-size: inherit; padding: 0; padding: 0; + +hi StatusLine color: #ddc; background: #333; font-family: Inconsolata; font-size: 14px; margin-top: 1px; + +" Firefox's tabs +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; + +" Used in `pageinfo` or `jumps` +hi Title color: #ddc; background: #333; font-weight: bold; + +" Used in items of Info field of `bmarks` +hi Keyword color: #CC0; +hi Tag color: #0CC; +hi URL color: #080; text-decoration: none; padding: 0 2px; +hi URL:hover color: #880; background-color: #222; -moz-border-radius: 5px; cursor: pointer; + +hi ContentSeparator border:none; + +" vim:set filetype=vim: |