Skip to content

Instantly share code, notes, and snippets.

@yymm
Created June 1, 2013 01:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yymm/5689022 to your computer and use it in GitHub Desktop.
Save yymm/5689022 to your computer and use it in GitHub Desktop.
yymm_sweets.vimp
" ==VimperatorColorScheme==
" name: Sweets based on 'yymm_sweets'
" ==/VimperatorColorScheme==
hi Hint font-family: monospace; font-size: 14px; font-weight: normal; color: lightyellow; background-color: black; border-color: ButtonShadow; border-width: 0px; border-style: solid; padding: 0px 5px 0px 5px; text-transform: uppercase;
hi HintElem background-color: MediumPurple; color: black;
hi HintActive background-color: hotpink; color: white;
" hint
hi -append Hint background-color: rgba(28, 28, 28, 0.7); 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;
hi StatusLine color: CornflowerBlue; background: #000; font-weight: normal; font-size: 12pt;
"hi StatusLineBroken color: black; background: #ffa0a0; font-weight: normal; font-size: 12pt;
"hi StatusLineExtended color: black; background: #a0ffa0; font-weight: normal; font-size: 12pt;
"hi StatusLineSecure color: black; background: #a0a0ff; font-weight: normal; font-size: 12pt;
hi Normal color: LightYellow; background: Black; font-size: 12pt; opacity: 0.7;
hi CmdLine color: LightYellow; background: Black; font-size: 14pt;
hi InfoMsg color: LightYellow; background: Black; font-size: 12pt;
hi ModeMsg color: LightYellow; background: Black; font-size: 12pt;
hi MoreMsg color: LimeGreen; background: Black;
hi LineNr color: DeepPink; background: Black; font-size: 12pt;
hi Question color: Yellow; background: Black; font-size: 12pt;
hi WarningMsg color: DeepPink; background: Black; font-size: 12pt;
hi ErrorMsg color: white; background: red; font-size: 12pt;
hi NonText background: #000;
hi Null color: CornflowerBlue;
hi Tag color: CornflowerBlue;
hi Number color: CornflowerBlue;
hi CompTitle background: DarkOrchid;
hi CompTitle>* 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://* <<EOM
" .tabbrowser-strip {
" background : #444 !important;
" }
"EOM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment