X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/0af5b7d566bf1744a6f31207f04cd5d47773e4ca..0f1bf743dcb721880bbcdaebfc182090ac5f6afa:/dark.css diff --git a/dark.css b/dark.css index a4dfa6b..c257196 100644 --- a/dark.css +++ b/dark.css @@ -20,7 +20,8 @@ dl.legend dt, } dl.legend-options dt {background: #333} -/* code syntax */ +/* syntax highlighting */ + .sy-comment { color: #888 } .sy-constant { color: #8AC } .sy-type, @@ -29,6 +30,8 @@ dl.legend-options dt {background: #333} .sy-error { font-weight: bold; background-color: #800; color: #EEE } .sy-todo { background-color: #880 } +.glyphs b { color: #C44 } + /* character properties */ th, td { @@ -53,7 +56,7 @@ th, td { .X {background: #000} /* unidentified */ .Xr {background: #111} /* reverse */ -.Co {background: #322} /* private */ +.Co, .Xi.Co {background: #322} /* private */ /* implementation-based alternatives */ .l1 {background: #411} /* bmp */