| 1 | " FileName: zenburn.penta |
| 2 | " Author: zouyang |
| 3 | " Last Updated: Fri 07 Oct 2011 00:07:19 AM CST |
| 4 | |
| 5 | hi Cmd background-color:#3F3F3F; |
| 6 | hi -a StatusLineNormal color:#ccdc90; background-color:#3F3F3F !important; |
| 7 | hi -a 'StatusLineBroken [dactyl|highlight*="Status"]' background-color:transparent !important;color:#313633 !important; |
| 8 | hi -a 'StatusLineExtended [dactyl|highlight*="Status"]' background-color:transparent !important;color:#313633 !important; |
| 9 | hi -a 'StatusLineSecure [dactyl|highlight*="Status"]' background-color:transparent !important;color:#313633 !important; |
| 10 | |
| 11 | hi -a String color:#cc9393; |
| 12 | hi -a Boolean color:#dca3a3; |
| 13 | hi -a Function color:#efef8f; |
| 14 | hi -a Number color:#8cd0d3; |
| 15 | hi WarningMsg color:#ffffff; font-weight:bold; |
| 16 | hi WarningMsg>* color:#ffffff; font-weight:bold; |
| 17 | hi -l WarningMsg StatusWarningMsg |
| 18 | hi -l WarningMsg CmdWarningMsg |
| 19 | hi ErrorMsg color:#80d4aa !important; font-weight:bold; |
| 20 | hi -l ErrorMsg StatusErrorMsg |
| 21 | hi -l ErrorMsg CmdErrorMsg |
| 22 | hi -a ModeMsg color:#ffcfaf; background-color:transparent !important; |
| 23 | hi -l ModeMsg StatusModeMsg |
| 24 | hi -l ModeMsg CmdModeMsg |
| 25 | hi -a MoreMsg color:#ffffff !important; background-color:inherit !important; font-weight:bold; |
| 26 | hi -l MoreMsg StatusMoreMsg |
| 27 | hi -l MoreMsg CmdMoreMsg |
| 28 | hi -l Cmd InfoMsg color:#cccccc !important; |
| 29 | hi -l InfoMsg StatusInfoMsg |
| 30 | hi -l InfoMsg CmdInfoMsg |
| 31 | hi Question color:#ffffff !important; background-color:inherit !important; font-weight:bold; |
| 32 | hi -l Question StatusQuestion |
| 33 | hi -l Question CmdQuestion |
| 34 | hi -a Tag color:#e89393; font-weight:bold; |
| 35 | hi -a CmdLine font-weight:normal; padding:0 3px; |
| 36 | hi -a NonText color:#404040; font-weight:bold; |
| 37 | hi Normal color:#dcdccc !important; background-color:#3F3F3F !important; font-size:9pt; |
| 38 | hi -l Normal CmdNormal |
| 39 | hi -l Normal StatusNormal |
| 40 | hi -l Normal Indicator width:4px; |
| 41 | hi -a Title color:#efefef; background-color:inherit; font-weight:bold; |
| 42 | hi -a CompItem[selected] background-color:#4c504d !important; |
| 43 | hi -a CompMore margin-bottom:0;margin-top:.5ex; |
| 44 | " hi -a CompMore::after content:"﹀" |
| 45 | hi -a CompLess margin-top:.5ex;margin-bottom:1ex; |
| 46 | " hi -a CompLess::after content:"︿" |
| 47 | hi -a CompTitle color:lightblue; background-color:transparent; |
| 48 | hi -a CompTitleSep background:-moz-linear-gradient(60deg, lightblue, white); height:1px; |
| 49 | hi -a CompResult width:46%; |
| 50 | hi -a CompDesc width:52%; |
| 51 | hi -a Filter font-style:normal; font-weight:bold; |
| 52 | hi -a Keyword color:#f0dfaf; font-weight:bold; |
| 53 | hi -a URL text-decoration:none; color:#9ECE9E; background-color:inherit; |
| 54 | hi -a URL:hover text-decoration:underline; cursor: pointer; |
| 55 | hi -a LineNr color:#9fafaf; background-color:#262626; |
| 56 | |
| 57 | " REPL |
| 58 | hi -l Normal REPL |
| 59 | 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; |
| 60 | hi -a REPL-P font-size:92%;margin:0.2em 0;border-bottom:1px dashed #999; |
| 61 | hi -a REPL-R |
| 62 | hi -a REPL-E |
| 63 | |
| 64 | " plugin styles |
| 65 | hi -a BufTabSelected background-color:#000;color:#FFF; |
| 66 | " specific |
| 67 | hi -a NonText color:#5b605e; font-weight:bold; |
| 68 | hi -a StatusCmdLine -moz-box-align:center; |
| 69 | " vim: set ft=pentadactyl:ts=4:sw=4:tw=0: |