]> Sergey Matveev's repositories - public-inbox.git/blob - contrib/css/216dark.css
viewvcs: wire up syntax-highlighting for blobs
[public-inbox.git] / contrib / css / 216dark.css
1 /*
2  * Dark color scheme using 216 web-safe colors, inspired
3  * somewhat by the default color scheme in mutt.
4  * It reduces eyestrain for me, and energy usage for all:
5  * https://en.wikipedia.org/wiki/Light-on-dark_color_scheme
6  */
7 * { background:#000; color:#ccc }
8
9 /*
10  * Underlined links add visual noise which make them hard-to-read.
11  * Use colors to make them stand out, instead.
12  */
13 a { color:#69f; text-decoration:none }
14 a:visited { color:#96f }
15
16 /* quoted text gets a different color */
17 *.q { color:#09f }
18
19 /*
20  * these may be used with cgit, too
21  * (cgit uses <div>, public-inbox uses <span>)
22  */
23 *.add { color:#0ff }
24 *.del { color:#f0f }
25 *.head { color:#fff }
26 *.hunk { color:#c93 }
27
28 /*
29  * highlight 3.x colors (tested 3.18)
30  * this doesn't use most of the colors available (I find too many
31  * colors overwhelming).  So the #ccc default is commented out.
32  */
33 .hl.num { color:#f30 }
34 .hl.esc { color:#f0f }
35 .hl.str { color:#f30 }
36 .hl.pps { color:#f30 }
37 /* .hl.slc { color:#ccc } */
38 .hl.com { color:#09f }
39 .hl.ppc { color:#f0f }
40 /* .hl.opt { color:#ccc } */
41 /* .hl.ipl { color:#ccc } */
42 /* .hl.lin { color:#ccc } */
43 .hl.kwa { color:#ff0 }
44 .hl.kwb { color:#0ff }
45 .hl.kwc { color:#ff0 }
46 /* .hl.kwd { color:#ccc } */