]> Sergey Matveev's repositories - public-inbox.git/blob - contrib/css/216dark.css
www: admin-configurable CSS via "publicinbox.css"
[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 }