Skip to content

Instantly share code, notes, and snippets.

@davidsth
Created June 13, 2013 16:42
Show Gist options
  • Save davidsth/5775294 to your computer and use it in GitHub Desktop.
Save davidsth/5775294 to your computer and use it in GitHub Desktop.
==Vimperator_Color_Scheme=f
" name: Darkness
" ==Darkness_Colorscheme_Settings==
"StatusLine settings
hi StatusLine font-family: Tewi;color: #F1F1E0; background: #100F0F; "font-size: 8pt;
hi StatusLineBroken font-family: Tewi;color: #D44A40; background: #100F0F; "font-size: 8pt;
hi StatusLineSecure font-family: Tewi;color: #5A89C9; background: #100F0F; "font-size: 8pt;
"CmdLine settings excluding Gradient
hi Normal font-family: Tewi;color: #afafaf; background: #100F0F;
hi CmdLine font-family: Tewi;background: #100F0F; color: #9e9c9c; font-size: 9pt;
hi CompDesc font-family: Tewi; color: #f0f0f0; width: 0%; font-size: 9pt;
hi CompIcon font-family: Tewi;width: 16px; min-width: 16px; display: inline-block; margin-right: .5ex;
hi CompItem[selected] font-family: Tewi;background: #36219c; color: #f0f0f0;
hi CompLess font-family: Tewi;text-align: center; height: 0; line-height: .5ex; padding-top: 1ex;
hi CompMore font-family: Tewi;text-align: center; height: .5ex; line-height: .5ex; margin-bottom: -.5ex;
hi CompMsg font-family: Tewi;font-style: italic; margin-left: 16px;
hi CompResult font-family: Tewi;width: 45%; overflow: hidden;font-size: 10pt; font-family: monospace; font-weight: normal;
hi CompTitle font-family: Tewi;color: #afafaf; background: #100F0F; font-weight: bold;
hi CompTitle>* font-family: Tewi;padding: 0 .5ex;
hi Filter font-family: Tewi;color: #afafaf;
"When using tab complete in CmdLine, line separating Title from function and description
hi Gradient font-family: Tewi;height: 1px; margin-bottom: -1px; margin-top: -1px;
hi GradientLeft font-family: Tewi;background-color: #00bbff;
hi GradientRight font-family: Tewi;background-color: #100F0F;
"Used with ]f and [f
hi FrameIndicator font-family: Tewi;background-color: #100F0F; opacity: 0.5; z-index: 999; position: fixed; top: 0; bottom: 0; left: 0; right: 0;
hi Bell border: 0 none; background-color: #100F0F;
hi ErrorMsg font-family: Tewi;color: #ffffff; background: red; font-weight: bold;
"Hint section
"hi Hint font-family: Tewi; 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: Tewi; font-size: 10px; font-weight: bold; color: white; background-color: rgba(0, 0, 0, 0.5); border: solid 1px LightGray;
hi Hint::after font-family: Tewi;content: attr(number);
hi HintActive font-family: Tewi;background: blue; color: #f6e9e9;
hi HintElem font-family: Tewi;background-color: #100F0F; color: #f6e9e9;
hi HintImage opacity: .5;
"Other important stuff
hi InfoMsg font-family: Tewi;color: #afafaf; background: #100F0F;
hi Message font-family: Tewi;white-space: normal; min-width: 100%; padding-left: 2em; text-indent: -2em; display: block;
hi WarningMsg font-family: Tewi;color: red; background: #100F0F;
hi ModeMsg font-family: Tewi;color: #afafaf; background: #100F0F; "CmdLine when Not in Use
hi MoreMsg font-family: Tewi;color: #afafaf; background: #100F0F;
hi NonText font-family: Tewi;color: lightblue; min-height: 16px; padding-left: 2px;
hi Question font-family: Tewi;color: #ffffff; background: #100F0F; font-weight: bold;
hi Search font-family: Tewi;font-size: inherit; padding: 0; color: #100F0F; background-color: yellow; padding: 0;
hi Function font-family: Tewi;color: lightgreen; background: #100F0F;
hi Number font-family: Tewi;color: tan; background: #100F0F
hi String font-family Tewi;color: #100F0F; background: #afafaf;
hi Tag font-family: Tewi;color: #100F0F; background: #afafaf;
hi Title font-family: Tewi;color: #100F0F; background: #afafaf; font-weight: bold;
hi URL font-family: Tewi;text-decoration: none; color: lightblue; background: inherit;
hi URL:hover font-family: Tewi;text-decoration: underline; cursor: pointer;
hi LineNr font-family: Tewi;color: #afafaf; background: #100F0F;
"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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment