Skip to content

Commit

Permalink
vimperator: add colorschemes
Browse files Browse the repository at this point in the history
  • Loading branch information
trapd00r committed Sep 13, 2016
1 parent eb9bd6c commit ace389b
Show file tree
Hide file tree
Showing 19 changed files with 996 additions and 20 deletions.
68 changes: 68 additions & 0 deletions vimperator/color/darkness.vimp
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
" ==Vimperator_Color_Scheme==
" name: Darkness
" url: http://code.google.com/p/vimperator-labs/issues/detail?id=280&q=label%3Aproject-vimperator%20label%3Atype-colorscheme&colspec=ID%20Summary%20Project%20Type%20Status%20Priority%20Stars%20Owner
" ==Darkness_Colorscheme_Settings==

"StatusLine settings
hi StatusLine color: #ffffff; background: #000000; "font-size: 8pt;
" hi StatusLineBroken color: #000000; background: #afafff; "font-size: 8pt;
" hi StatusLineSecure color: #000000; background: #afffaf; "font-size: 8pt;

"CmdLine settings excluding Gradient
hi Normal color: #afafaf; background: #222222;
hi CmdLine background: #222222; color: #afafaf; font-size: 9pt;
hi CompDesc color: #c6c6c6; width: 50%; font-size: 9pt;
hi CompIcon width: 16px; min-width: 16px; display: inline-block; margin-right: .5ex;
hi CompItem[selected] background: #666666; color: #afafaf;
" hi CompLess text-align: center; height: 0; line-height: .5ex; padding-top: 1ex;
" hi CompMore text-align: center; height: .5ex; line-height: .5ex; margin-bottom: -.5ex;
hi CompMsg font-style: italic; margin-left: 16px;
hi CompResult width: 45%; overflow: hidden;font-size: 10pt; font-family: monospace; font-weight: normal;
hi CompTitle color: #afafaf; background: #222222; font-weight: bold;
hi CompTitle>* padding: 0 .5ex;
hi Filter font-weight: bold;color: #afafaf;

"When using tab complete in CmdLine, line separating Title from function and description
" hi Gradient height: 1px; margin-bottom: -1px; margin-top: -1px;
" hi GradientLeft background-color: #00bbff;
" hi GradientRight background-color: #222222;

"Used with ]f and [f
hi FrameIndicator background-color: #222222; opacity: 0.5; z-index: 999; position: fixed; top: 0; bottom: 0; left: 0; right: 0;

hi Bell border: 0 none; background-color: #222222;
hi ErrorMsg color: #ffffff; background: red; font-weight: bold;


"Hint section
"hi Hint font-family: Sans; font-size: 10px; font-weight: bold; color: #f6e9e9; background-color: red; border-color: ButtonShadow; border-width: 0px; border-style: solid; padding 0px 1px 0px 1px;
hi Hint font-family: Sans; font-size: 10px; font-weight: bold; color: white; background-color: rgba(0, 0, 0, 0.5); border: solid 1px LightGray;
hi Hint::after content: attr(number);
hi HintActive background: blue; color: #f6e9e9;
hi HintElem background-color: #222222; color: #f6e9e9;
hi HintImage opacity: .5;

"Other important stuff
hi InfoMsg color: #afafaf; background: #222222;
hi Message white-space: normal; min-width: 100%; padding-left: 2em; text-indent: -2em; display: block;
hi WarningMsg color: red; background: #222222;
hi ModeMsg color: #afafaf; background: #222222; "CmdLine when Not in Use
hi MoreMsg color: #afafaf; background: #222222;
hi NonText color: lightblue; min-height: 16px; padding-left: 2px;
hi Question color: #ffffff; background: #222222; font-weight: bold;
" hi Search font-size: inherit; padding: 0; color: #222222; background-color: yellow; padding: 0;
hi Function color: lightgreen; background: #222222;
hi Number color: tan; background: #222222
hi String color: #222222; background: #afafaf;
hi Tag color: #222222; background: #afafaf;
hi Title color: #222222; background: #afafaf; font-weight: bold;
hi URL text-decoration: none; color: lightblue; background: inherit;
hi URL:hover text-decoration: underline; cursor: pointer;
hi LineNr color: #afafaf; background: #222222;

"style -name statusbar chrome://* <<EOM
"#status-bar statusbarpanel { padding: 0 1px !important; }
"statusbarpanel > * { margin: 0 !important; padding: 0 2px 0 0 !important; }
"EOM

"For other descriptions of each item, please see ``Styling'' section included with Vimperator
56 changes: 56 additions & 0 deletions vimperator/color/desert.vimp
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
" ==Vimperator_Color_Scheme==
" name: desert
" url: http://code.google.com/p/vimperator-labs/issues/detail?id=110&q=label%3Aproject-vimperator%20label%3Atype-colorscheme&colspec=ID%20Summary%20Project%20Type%20Status%20Priority%20Stars%20Owner
" ==Desert_Colorscheme_Settings==

hi Normal color: #afafaf; background: #242721;
hi CmdLine background: #242721; color: #afafaf; font-size: 10pt; font-family: monospace; font-weight: normal; padding: 0px 3px;

hi StatusLine color: #242721; background: #afafaf;font-size: 10pt; font-family: monospace; font-weight: normal;
" hi StatusLineBroken color: #242721; background: #afafff;
" hi StatusLineSecure color: #242721; background: #afffaf;

hi CompDesc color: #c6c6c6; width: 50%;font-size: 10pt;
hi CompIcon width: 16px; min-width: 16px; display: inline-block; margin-right: .5ex;
hi CompItem[selected] background: #444741; color: #afafaf;
" hi CompLess text-align: center; height: 0; line-height: .5ex; padding-top: 1ex;
" hi CompMore text-align: center; height: .5ex; line-height: .5ex; margin-bottom: -.5ex;
hi CompMsg font-style: italic; margin-left: 16px;
hi CompResult width: 45%; overflow: hidden;font-size: 10pt; font-family: monospace; font-weight: normal;
hi CompTitle color: #afafaf; background: #242721; font-weight: bold;
hi CompTitle>* padding: 0 .5ex;
hi Filter font-weight: bold;color: #afafaf;

" hi Gradient height: 1px; margin-bottom: -1px; margin-top: -1px;
" hi GradientLeft background-color: #242721;
" hi GradientRight background-color: #242721;

hi FrameIndicator background-color: #242721; opacity: 0.5; z-index: 999; position: fixed; top: 0; bottom: 0; left: 0; right: 0;

hi Bell border: 0 none; background-color: #242721;
hi ErrorMsg color: #ffffff; background: #ff6565; font-weight: bold;
hi Hint font-family: Sans; font-size: 10px; font-weight: bold; color: #f6e9e9; 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: #242721; color: #f6e9e9;
hi HintElem background-color: #242721; color: #f6e9e9;
hi HintImage opacity: .5;
hi InfoMsg color: #afafaf; background: #242721;
hi Message white-space: normal; min-width: 100%; padding-left: 2em; text-indent: -2em; display: block;
hi WarningMsg color: #ff6565; background: #242721;
hi ModeMsg color: #afafaf; background: #242721;
hi MoreMsg color: #afafaf; background: #242721;
hi NonText color: blue; min-height: 16px; padding-left: 2px;
hi Question color: #afafaf; background: green; font-weight: bold;
" hi Search font-size: inherit; padding: 0; color: #242721; background-color: yellow; padding: 0;
hi String color: #242721; background: #afafaf;
hi Tag color: #242721; background: #afafaf;
hi Title color: #242721; background: #afafaf; font-weight: bold;
hi URL text-decoration: none; color: green; background: inherit;
hi URL:hover text-decoration: underline; cursor: pointer;
hi LineNr color: #afafaf; background: #242721;

style -name statusbar chrome://* <<EOM
#status-bar statusbarpanel { padding: 0 1px !important; }
statusbarpanel > * { margin: 0 !important; padding: 0 2px 0 0 !important; }
EOM

16 changes: 8 additions & 8 deletions vimperator/color/desert_revisited.vimp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
" name: Desert Revisited
" ==Desert_Revisited_Color_Scheme==

hi Normal background: #121212; color: #afafaf; font-size: 9pt; font-family: terminus;
hi CmdLine background: #121212; color: #FF4500; font-size: 10pt; font-family: terminus; font-weight: bold; padding: 0px 3px;
hi Normal background: #121212; color: #afafaf; font-family: terminus;
hi CmdLine background: #121212; color: #FF4500; font-family: terminus; font-weight: bold; padding: 0px 3px;

hi CompGroup background: #121212; color: #afafaf;
hi CompTitle background: #121212; color: #afafaf; font-weight: bold;
Expand All @@ -13,16 +13,16 @@ hi CompDesc background: #121212; color: #afafaf;
hi CompDesc[selected] background: #FF4500; color: #afafaf;
hi CompMsg background: #121212; color: #afafaf;

hi Gradient background: #121212;
hi GradientLeft background: #121212;
hi GradientRight background: #121212;
"hi Gradient background: #121212;
"hi GradientLeft background: #121212;
"hi GradientRight background: #121212;

hi ErrorMsg background: #ff6565; color: #ffffff;
hi Filter color: #FF8B00; font-weight: bold;

hi StatusLine font-family: terminus; font-size: 10pt; font-weight: bold; color: #fff; background: #121212;
hi StatusLineBroken font-family: terminus; font-size: 10pt; font-weight: bold; color: #fff; background: #121212;
hi StatusLineSecure font-family: terminus; font-size: 10pt; font-weight: bold; color: #fff; background: #121212;
"hi StatusLine font-family: terminus; font-size: 10pt; font-weight: bold; color: #fff; background: #121212;
"hi StatusLineBroken font-family: terminus; font-size: 10pt; font-weight: bold; color: #fff; background: #121212;
"hi StatusLineSecure font-family: terminus; font-size: 10pt; font-weight: bold; color: #fff; background: #121212;

hi Hint font-family: terminus; font-size: 12pt; font-weight: bold; color: #FF4500; background-color: #000; padding: 0px 1px; border: 1px solid #121212;

Expand Down
50 changes: 50 additions & 0 deletions vimperator/color/indigo-fx3.vimp
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
" ==VimperatorColorSchema==
" name: indigo
" ==/VimperatorColorSchema==

hi Boolean color: Orchid;
hi Function color: SkyBlue;
hi Null color: CornflowerBlue;
hi Number color: Orchid;
hi Object color: Khaki;
hi String color: Orchid;

hi Normal color: #d0d0d0; background: #1c1c1c; font-size: 12px;
hi ErrorMsg color: #ffffff; background: #440000; font-size: 12px;
hi InfoMsg color: #d0d0d0; background: #1c1c1c; font-size: 12px;
hi ModeMsg color: #d0d0d0; background: #1c1c1c; font-size: 12px;
hi MoreMsg color: #d0ffd0; background: #1c1c1c; font-size: 12px;
hi WarningMsg color: #ff0000; background: #1c1c1c; font-size: 12px;

hi NonText color: #a0a0d0; min-height: 16px; padding-left: 2px;
hi Filter color: #7090d0; font-weight: bold;

hi CmdLine color: #d0d0d0; background: #0c0c0c; font-size: 14px; -moz-transition: all 0.25s;

hi CompGroup background: rgba(28,28,28,0.25);
hi CompItem[selected] color: #dddddd; background: rgba(88,88,96,0.5); box-shadow: 0px 0px 1px white;
hi CompResult color: #dddddd; width: 45%; overflow: hidden;
hi CompDesc color: #a0a0d0; width: 50%;
hi CompTitle font-weight: bold; background: -moz-linear-gradient(19% 75% 90deg, #0c0c0c, #0a0a0a, #1c1c1c 100%);
hi CompTitle>* color: #a0a0d0; padding: 0 0.5ex;

hi Indicator color: DodgerBlue;
hi FrameIndicator background-color: #5566bb; opacity: 0.5; z-index: 999; position: fixed; top: 0; bottom: 0; left: 0; right: 0;

hi Tag color: #a0a0d0; background: #1c1c1c; font-size: 12px;
hi LineNr color: #ffd0d0; background: #1c1c1c; font-size: 12px;
hi Question color: #a0a0d0; background: #1c1c1c; font-size: 12px;

hi StatusLine color: #7090d0; background: #0c0c0c; font-weight: normal; font-size: 12px;
hi TabNumber font-weight: bold; color: white; text-align: center;

hi Title color: #d0d0ff;
hi URL color: LightGreen;

hi Hint font-family: monospace; font-size: 14px; font-weight: normal; color: #dddddd; background-color: #1c1c1c; border-color: #1c1c1c; border-width: 0px; border-style: solid; padding: 0px 5px 0px 5px;
hi HintElem background-color: #d0d0f0; color: #1c1c1c;
hi HintActive background-color: #5566bb; color: #dddded;

hi PromptText background: #5566bb; color: #dddded;

" vim: ft=vimperator
102 changes: 102 additions & 0 deletions vimperator/color/indigo.vimp
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
" ==VimperatorColorSchema==
" name: indigo
" author: mashiro
" ==/VimperatorColorSchema==

" Highlights {{{1
hi Boolean color: orchid;
hi Function color: skyblue;
hi Null color: cornflowerblue;
hi Number color: cornflowerblue;
hi Object color: khaki;
hi String color: orchid;
hi Mapping color: orchid;

hi Key font-weight: bold;

hi Enabled color: #d0ffd0;
hi Disabled color: red;

hi Normal color: #d0d0d0; background: #1c1c1c; font-size: 12px;
hi ErrorMsg color: #ffffff; background: #440000; font-size: 12px;
hi InfoMsg color: #d0d0d0; background: #1c1c1c; font-size: 12px;
hi ModeMsg color: #d0d0d0; background: #1c1c1c; font-size: 12px;
hi MoreMsg color: #d0ffd0; background: #1c1c1c; font-size: 12px;
hi WarningMsg color: #ff0000; background: #1c1c1c; font-size: 12px;
hi Message white-space: normal; min-width: 100%; padding-left: 2em; text-indent: -2em; display: block; font-size: 12px;
hi NonText color: #a0a0d0; min-height: 16px; padding-left: 2px; font-size: 12px;
hi Preview color: #a0a0d0; font-size: 12px;
hi Prompt background: url("chrome://liberator/skin/prompt.png"); width: 10px; background-position: center; background-repeat: no-repeat;
hi PromptText color: #1c1c1c; background: #d0d0f0; font-size: 12px;

hi CmdOutput white-space: pre;
hi CmdLine font-size: 14px; background: black; color: #d0d0d0; -moz-transition: all 0.25s;
hi CmdLine>* font-family: monospace;

hi ContentSeparator border: none; display: -moz-box;

"hi CompGroup
hi CompGroup:not(:first-of-type) margin-top: 1ex;
hi CompTitle font-size: 12px; font-weight: bold; background: -moz-linear-gradient(19% 75% 90deg, #2c2c2f, #2a2a2f, #2f2f2f 100%);
hi CompTitle>* color: #a0a0d0; border-bottom: 1px solid #3c3c3f; padding: 1px 0.5ex; text-shadow: 1px 1px 0px #0c0c0c;
hi CompMsg font-style: italic; margin-left: 16px;
hi CompItem font-size: 12px;
hi CompItem[selected] color: #dddddd; background: #3c3c3f;
hi CompItem>* height: 18px; min-height: 18px; padding: 0 0.5ex;
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 CompResult width: 500px; max-width: 500px; overflow: hidden;
hi CompDesc width: 500px; max-width: 500px; color: #a0a0d0;

hi Indicator color: #a0a0d0;
hi Filter color: #7090d0;

hi Keyword color: khaki;
hi Tag color: #a0a0d0;

hi LineNr color: #ffd0d0; background: #1c1c1c;
hi Question color: #a0a0d0; background: #1c1c1c; font-weight: bold;

hi StatusLine color: #7090d0; background: transparent; font-weight: normal; font-size: 12px;

hi TabNumber font-weight: bold; margin: 0px; padding-right: .3ex;

hi Title color: orchid; background: #1c1c1c; font-weight: bold;
hi URL text-decoration: none; color: #d0ffd0;
hi URL:hover text-decoration: underline; cursor: pointer;

hi FrameIndicator background-color: red; opacity: 0.5; z-index: 999; position: fixed; top: 0; bottom: 0; left: 0; right: 0;

hi Bell border: none; background-color: #d0d0d0;
hi Hint font-family: monospace; font-size: 14px; font-weight: normal; color: #dddddd; background-color: #1c1c1c; border: none; margin: -0.7em 0 0 -0.7em; padding: 0px 5px;
hi Hint::after content: attr(number);
hi HintElem background-color: rgba(208, 208, 240, 0.8); color: #1c1c1c;
hi HintActive background-color: rgba( 85, 102, 187, 0.8); color: #dddded;
hi HintImage opacity: .5;

" 影(重かったらコメントアウト) {{{2
hi -append Hint background-color: rgba(28, 28, 28, 0.8); 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;
" }}}2
" }}}1

" Styles {{{1
style -name indigo-feed-button chrome://* <<EOM
#feed-button {
list-style-image: url("chrome://browser/skin/feeds/feedIcon16.png") !important;
-moz-image-region: auto !important;
border: none !important;
min-width: 0 !important;
}
EOM

style -name indigo-sbmcommentsviewer chrome://* <<EOM
.liberator-sbmcommentsviewer-content {
padding: 0 !important;
border: none !important;
}
EOM
" }}}1

" vim: ft=vimperator
36 changes: 36 additions & 0 deletions vimperator/color/janus.vimp
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
" base 3 colors
" #395475
" #e0e0e0
" #ffffff
" accent 3 colors
" #ff6600
" #ffff66
" #ffffff

" general
hi! Normal font-size: 14pt; color: #ffffff; background-color: #395475;
hi! URL color: inherit;

" hints
hi! HintElem color: #ffffff; background-color: #395475;
hi! HintActive color: #ffffff; background-color: #ff6600;
hi! -append Hint color: #395475; background-color: #ffff66;

" status bar
hi! StatusLine font-size: 12pt; font-weight: normal; color: #395475; background-color: #e0e0e0;

" command line
hi! -append CmdLine font-size: 12pt; color: #395475; background-color: #e0e0e0;
hi! -append Prompt background-color: #e0e0e0; margin-right: 2px;
hi! PromptText color: #e0e0e0; background-color: #395475;

" messages
hi! ErrorMsg font-size: 12pt; font-weight: bold; color: #ffffff; background-color: #ff6600;
hi! InfoMsg font-size: 12pt; color: #ffff66; background-color: #395475;
hi! ModeMsg font-size: 12pt; color: #ffffff; background-color: #395475;
hi! MoreMsg font-size: 12pt; color: #ffff66; background-color: #395475;
hi! WarningMsg font-size: 12pt; color: #ffffff; background-color: #395475;

" completion list
hi! CompItem[selected] font-weight: bold; color: #395475 !important; background-color: #ffffff !important;
hi! Filter border: 1px solid #e0e0e0; border-radius:8px; color: #395475; background-color: #ffffff;
Loading

0 comments on commit ace389b

Please sign in to comment.