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