X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=lib%2FPublicInbox%2FUserContent.pm;h=514cd952c6d2f0e3f0b67963557805e7ac4053de;hp=b34ebf91b0caa9649bdf071180bd69fea5049126;hb=603d9ebc517fcf89ab6d2e7845b118aa6b8e9069;hpb=fd8e62c1ed9b9f7eb851a263a9ada2cb8c182193 diff --git a/lib/PublicInbox/UserContent.pm b/lib/PublicInbox/UserContent.pm index b34ebf91..514cd952 100644 --- a/lib/PublicInbox/UserContent.pm +++ b/lib/PublicInbox/UserContent.pm @@ -36,6 +36,26 @@ sub CSS () { *.del { color:#f0f } *.head { color:#fff } *.hunk { color:#c93 } + + /* + * highlight 3.x colors (tested 3.18) + * this doesn't use most of the colors available (I find too many + * colors overwhelming). So the #ccc default is commented out. + */ + .hl.num { color:#f30 } + .hl.esc { color:#f0f } + .hl.str { color:#f30 } + .hl.pps { color:#f30 } + /* .hl.slc { color:#ccc } */ + .hl.com { color:#09f } + .hl.ppc { color:#f0f } + /* .hl.opt { color:#ccc } */ + /* .hl.ipl { color:#ccc } */ + /* .hl.lin { color:#ccc } */ + .hl.kwa { color:#ff0 } + .hl.kwb { color:#0ff } + .hl.kwc { color:#ff0 } + /* .hl.kwd { color:#ccc } */ _ } # end of auto-updated sub