clear up pentadactyl

auto-flake-update
Yorick van Pelt 2015-03-18 15:53:59 +01:00
parent 906b86cb24
commit 13d0330e1a
3 changed files with 1 additions and 139 deletions

View File

@ -1,68 +0,0 @@
" ==Pentadactyl_Color_Scheme==
" name: Oddity
" ==Oddity_Colorscheme_Settings==
"StatusLine settings
hi StatusLine color: #bbbbbb !important; background-color: #202020 !important; font-weight: bold !important; "font-size: 9pt !important;
hi StatusLineBroken color: #000000 !important; background: #afafff !important; "font-size: 9pt !important;
hi StatusLineSecure color: #000000 !important; background: #afffaf !important; "font-size: 9pt !important;
"CmdLine settings excluding Gradient
hi Normal color: #bbbbbb; background: #202020; font-weight: bold !important;
hi CmdLine background: #202020; color: #bbbbbb; font-weight: normal !important; "font-size: 9pt !important;
hi CompDesc color: #bbbbbb; width: 50%; font-weight: normal !important;
hi CompIcon width: 16px; min-width: 16px; display: inline-block; margin-right: .5ex;
"hi CompIcon display: none;
hi CompItem[selected] background: #404040;
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-family: "Droid Sans Mono"; font-weight: normal;
hi CompTitle color: #bbbbbb !important; background: #2a2a2a !important;
hi CompTitle>* padding: 0 .5ex; font-weight: bold !important;
hi Filter font-weight: bold; color: #eeeeee !important;
"When using tab complete in CmdLine, line separating Title from function and description
hi CompTitleSep -a background: #00bbff; background: -moz-linear-gradient(60deg, #00bbff, #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: 11px; font-weight: bold; color: white !important; background-color: rgba(0, 0, 0, 0.6) !important; border: solid 1px LightGray !important;
hi Hint::after content: attr(number);
hi HintActive background: blue !important; color: #ffffff !important;
hi HintElem background-color: inherit !important; "#ffffff !important; "font-color: #ffffff !important;
hi HintImage opacity: .5;
"Other important stuff
hi Indicator color: inherit !important; font-weight: bold; width: 4px;
hi InfoMsg color: #afafaf !important; background: inherit !important;
hi Message color: #222222 !important; background: inherit !important; font-weight: bold; white-space: normal; min-width: 100%; padding-left: 2em; text-indent: -2em; display: block;
hi WarningMsg color: red !important; background: #ffffff !important;
hi ErrorMsg color: red !important; background: #ffffff !important;
hi ModeMsg color: inherit !important; background: inherit !important; font-weight: bold !important;"CmdLine when Not in Use
hi MoreMsg color: #afafaf !important; background: inherit !important;
hi NonText color: lightblue !important; min-height: 16px; padding-left: 2px;
hi Question color: #ffffff !important; background: inherit !important; font-weight: bold;
hi Search font-size: inherit !important; padding: 0; color: inherit !important; background-color: yellow; padding: 0;
hi Function color: lightgreen !important; background: inherit !important;
hi Number color: tan !important; background: inherit !important
hi String color: #222222 !important; background: inherit !important;
hi Tag color: #222222 !important; background: inherit !important;
hi Title color: #222222 !important; background: inherit !important; font-weight: bold;
hi URL text-decoration: none; color: lightblue !important; background: inherit !important;
hi URL:hover text-decoration: underline; cursor: pointer;
hi LineNr color: #afafaf !important; background: inherit !important;
"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 Pentadactyl

View File

@ -1,70 +0,0 @@
" vim: set ft=pentadactyl:ts=4:sw=4:tw=0:
" FileName: zenburn.penta
" Author: zouyang
" Last Updated: Fri 07 Oct 2011 00:07:19 AM CST
hi Cmd background-color:#1D1E24; font: Termsyn 8pt !important;
hi -a StatusLineNormal color:#8DA893; background-color:#1D1E24 !important;font: Termsyn 8pt !important;
hi -a 'StatusLineBroken [dactyl|highlight*="Status"]' background-color:transparent !important;color:#313633 !important;
hi -a 'StatusLineExtended [dactyl|highlight*="Status"]' background-color:transparent !important;color:#313633 !important;
hi -a 'StatusLineSecure [dactyl|highlight*="Status"]' background-color:transparent !important;color:#313633 !important;
hi -a String color:#cc9393;
hi -a Boolean color:#dca3a3;
hi -a Function color:#efef8f;
hi -a Number color:#8cd0d3;
hi WarningMsg color:#ffffff; font-weight:bold;
hi WarningMsg>* color:#ffffff; font-weight:bold;
hi -l WarningMsg StatusWarningMsg
hi -l WarningMsg CmdWarningMsg
hi ErrorMsg color:#80d4aa !important; font-weight:bold;
hi -l ErrorMsg StatusErrorMsg
hi -l ErrorMsg CmdErrorMsg
hi -a ModeMsg color:#ffcfaf; background-color:transparent !important;
hi -l ModeMsg StatusModeMsg
hi -l ModeMsg CmdModeMsg
hi -a MoreMsg color:#ffffff !important; background-color:inherit !important; font-weight:bold;
hi -l MoreMsg StatusMoreMsg
hi -l MoreMsg CmdMoreMsg
hi -l Cmd InfoMsg color:#cccccc !important;
hi -l InfoMsg StatusInfoMsg
hi -l InfoMsg CmdInfoMsg
hi Question color:#ffffff !important; background-color:inherit !important; font-weight:bold;
hi -l Question StatusQuestion
hi -l Question CmdQuestion
hi -a Tag color:#e89393; font-weight:bold;
hi -a CmdLine font-weight:normal; padding:0 3px;
hi -a NonText color:#404040; font-weight:bold;
hi Normal color:#dcdccc !important; background-color:#3F3F3F !important; font: Termsyn 8pt !important;
hi -l Normal CmdNormal
hi -l Normal StatusNormal
hi -l Normal Indicator width:4px;
hi -a Title color:#efefef; background-color:inherit; font-weight:bold;
hi -a CompItem[selected] background-color:#4c504d !important;
hi -a CompMore margin-bottom:0;margin-top:.5ex;
" hi -a CompMore::after content:"﹀"
hi -a CompLess margin-top:.5ex;margin-bottom:1ex;
" hi -a CompLess::after content:"︿"
hi -a CompTitle color:lightblue; background-color:transparent;
hi -a CompTitleSep background:-moz-linear-gradient(60deg, lightblue, white); height:1px;
hi -a CompResult width:46%;
hi -a CompDesc width:52%;
hi -a Filter font-style:normal; font-weight:bold;
hi -a Keyword color:#f0dfaf; font-weight:bold;
hi -a URL text-decoration:none; color:#9ECE9E; background-color:inherit;
hi -a URL:hover text-decoration:underline; cursor: pointer;
hi -a LineNr color:#9fafaf; background-color:#262626;
" REPL
hi -l Normal REPL
hi -a REPL font-family:"Lucida Console","Bitstream Vera Sans Mono",Monaco,Consolas,"Courier New",serif;white-space:pre;line-height:1.4em;margin:1em 0;padding: 0.5em 0 0.3em 0;
hi -a REPL-P font-size:92%;margin:0.2em 0;border-bottom:1px dashed #999;
hi -a REPL-R
hi -a REPL-E
" plugin styles
hi -a BufTabSelected background-color:#000;color:#FFF;
" specific
hi -a NonText color:#5b605e; font-weight:bold;
hi -a StatusCmdLine -moz-box-align:center;

@ -1 +1 @@
Subproject commit 534623fcb084a4f2d0f61343af5671316e2e310f
Subproject commit bf2d2e5d65cc97a11f0e2ca4c06d8041652c9fef