From e6be0d51657d7810cfbf66ac2b4d2db941250163 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 29 Nov 2012 23:00:04 +0100 Subject: added solarized dark, sweets_snaka and vimpwhite --- solarized_dark.vimp | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++ sweets_snaka.vimp | 52 +++++++++++++++++++++++++++++++++++++ vimpwhite.vimp | 32 +++++++++++++++++++++++ 3 files changed, 158 insertions(+) create mode 100644 solarized_dark.vimp create mode 100644 sweets_snaka.vimp create mode 100644 vimpwhite.vimp diff --git a/solarized_dark.vimp b/solarized_dark.vimp new file mode 100644 index 0000000..60ab608 --- /dev/null +++ b/solarized_dark.vimp @@ -0,0 +1,74 @@ +" ==VimperatorColorSchema== +" name: Solarlized enhanced by Kenta Suzuki. (Based on 'Solarized') +" url: https://github.com/suzuken/dotfiles/blob/master/vimperator/colors/solarized.vimp +" ==/VimperatorColorSchema== +" +" Solarized - Ethan Schoonover +" http://ethanschoonover.com/solarized +" +" SOLARIZED HEX 16/8 TERMCOL XTERM/HEX L*A*B RGB HSB +" --------- ------- ---- ------- ----------- ---------- ----------- ----------- +" base03 #002b36 8/4 brblack 234 #1c1c1c 15 -12 -12 0 43 54 193 100 21 +" base02 #073642 0/4 black 235 #262626 20 -12 -12 7 54 66 192 90 26 +" base01 #586e75 10/7 brgreen 240 #585858 45 -07 -07 88 110 117 194 25 46 +" base00 #657b83 11/7 bryellow 241 #626262 50 -07 -07 101 123 131 195 23 51 +" base0 #839496 12/6 brblue 244 #808080 60 -06 -03 131 148 150 186 13 59 +" base1 #93a1a1 14/4 brcyan 245 #8a8a8a 65 -05 -02 147 161 161 180 9 63 +" base2 #eee8d5 7/7 white 254 #e4e4e4 92 -00 10 238 232 213 44 11 93 +" base3 #fdf6e3 15/7 brwhite 230 #ffffd7 97 00 10 253 246 227 44 10 99 +" yellow #b58900 3/3 yellow 136 #af8700 60 10 65 181 137 0 45 100 71 +" orange #cb4b16 9/3 brred 166 #d75f00 50 50 55 203 75 22 18 89 80 +" red #dc322f 1/1 red 160 #d70000 50 65 45 220 50 47 1 79 86 +" magenta #d33682 5/5 magenta 125 #af005f 50 65 -05 211 54 130 331 74 83 +" violet #6c71c4 13/5 brmagenta 61 #5f5faf 50 15 -45 108 113 196 237 45 77 +" blue #268bd2 4/4 blue 33 #0087ff 55 -10 -45 38 139 210 205 82 82 +" cyan #2aa198 6/6 cyan 37 #00afaf 60 -35 -05 42 161 152 175 74 63 +" green #859900 2/2 green 64 #5f8700 60 -20 65 133 153 0 68 100 60 + + +hi Hint font-family: monospace; font-size: 15px; font-weight: normal; color: #dc322f; background-color: #002b36; border-color: #839496; border-width: 0px; border-style: solid; padding: 0px 5px 0px 5px; text-transform: uppercase; +hi HintElem background-color: #073642; color: #b58900; +hi HintActive background-color: #dc322f; color: #073642; +hi -append Hint background-color: rgba(253, 246, 227, 0.7); border: 1px solid #fdf6e3; -moz-border-radius: 4px; -moz-box-shadow: 0px 0px 1px black; +hi -append HintElem text-decoration: none; -moz-border-radius: 4px; -moz-box-shadow: 0 0 2px #002b36; +hi -append HintActive text-decoration: none; -moz-border-radius: 4px; -moz-box-shadow: 0 0 2px #002b36; + +hi StatusLine color: #002b36; background: #002b36; font-weight: normal; font-size: 12pt; +hi StatusLineBroken color: #93a1a1; background: #ffffd7; font-weight: normal; font-size: 12pt; +hi StatusLineExtended color: #93a1a1; background: #af005f; font-weight: normal; font-size: 12pt; +hi StatusLineSecure color: #93a1a1; background: #b58900; font-weight: normal; font-size: 12pt; + +hi Normal color: #93a1a1; background: #002b36; font-size: 12pt; opacity: 0.9; +hi CmdLine color: #93a1a1; background: #002b36; font-size: 14pt; +hi InfoMsg color: #93a1a1; background: #002b36; font-size: 12pt; +hi ModeMsg color: #93a1a1; background: #002b36; font-size: 12pt; +hi MoreMsg color: #859900; background: #002b36; +hi LineNr color: #dc322f; background: #002b36; font-size: 12pt; +hi Question color: #b58900; background: #002b36; font-size: 12pt; +hi WarningMsg color: #dc322f; background: #002b36; font-size: 12pt; +hi ErrorMsg color: #002b36; background: red; font-size: 12pt; +hi NonText background: #000; +hi Null color: CornflowerBlue; +hi Tag color: CornflowerBlue; +hi Number color: CornflowerBlue; + +hi CompTitle background: #1c1c1c; +hi CompTitle>* color: #cb4b16; border-bottom: 1px solid #3c3c3f; padding: 1px 0.5ex; +hi CompItem[selected] color: cyan; background: #333; +hi CompDesc color: #d33682; + +hi Title color: #002b36; +hi Indicator color: #b58900; +hi String color: #002b36; +hi Number color: #002b36; +hi Object color: #2aa198; +hi Function color: #268bd2; +hi URL color: #859900; + +hi TabNumber color: #002b36; font-weight: bold; font-size:10pt; + +style -name tab chrome://* <* 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://* < +" tested: vimperator 3.0, firefox 4.0, mac osx 10.6 +" url: https://raw.github.com/suzuken/dotfiles/master/vimperator/colors/vimpwhite.vimp +" ---------------------------- + +" Status Line +hi StatusLine color: #666; + +" Command Line +hi ContentSeparator border-top: 1px dotted #ccc; +hi CmdLine -append font-size: 15px; +hi PromptText font-family: "Lucida Grande", "Segoe UI", monospace; background: -moz-linear-gradient(top, #6BA7EF, #3163AA); text-shadow: 1px 1px #1D3C66; color: white; border: 1px solid #3366AD; padding: 0 7px; margin-right: 5px; border-top: none; + +" Comp +hi CompTitle>* -append border-bottom-color: #8C8C8C; +hi CompResult -append font-family: "Lucida Grande", "Segoe UI", sans-serif !important; +hi CompDesc -append font-family: "Lucida Grande", "Segoe UI", sans-serif; color: #666; +hi Filter -append border: none; +hi CompTitle -moz-appearance: statusbar; font-family: "Lucida Grande", "Segoe UI", monospace; font-weight: bold; text-indent: 5px; height: 20px; +hi Tag:not(:empty) color: #355D93; background-color: #E6F2FC; border-radius: 2px; padding: 1px 2px; font-size: 10px; + +" Hint +hi HintElem background-color: #fffac6; border-radius: 2px; +hi Hint font-family: "Lucida Grande", "Segoe UI", sans-serif; font-size: 11px; font-weight: bold; background: -moz-linear-gradient(top, #6BA7EF, #3163AA); text-shadow: 0 1px #1D3C66; text-transform: uppercase; color: white; background-color: red; padding: 2px 5px; border-radius: 3px; border: 1px solid #3366AD; + +" for statusline-toolbar.js +style -name toolbar-background chrome://* #liberator-customize-toolbar { padding-left: 5px !important; -moz-appearance: none !important; } + +" for sbmcommentviewer.js +style -name sbmcommentviewer chrome://* .liberator-sbmcommentsviewer-content { border-color: #ccc !important; } -- cgit v1.2.3