X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/3aab2658e078a4f424343fb10817f8d0eab9343b..49fc31c976f839b8d1d2708bcbb9acc30b061fd3:/dark.css diff --git a/dark.css b/dark.css index 9540a7a..878c560 100644 --- a/dark.css +++ b/dark.css @@ -38,9 +38,18 @@ dl.legend-options dt {background: #333} color: #000; /* on default (light) background hover */ } /* mode link */ +/* code syntax */ +.sy-comment { color: #888 } +.sy-constant { color: #8AC } +.sy-type, +.sy-identifier { color: #C9B } +.sy-special { color: #A9C } +.sy-error { font-weight: bold; background-color: #800; color: #EEE } +.sy-todo { background-color: #880 } + /* character properties */ -.glyphs th, .glyphs td { +th, td { border-color: #333; background: #181818; } @@ -61,6 +70,7 @@ dl.legend-options dt {background: #333} td.X {background: #000} /* unidentified */ td.Xr {background: #111} /* reverse */ +td.Co {background: #181111} /* private */ /* implementation-based alternatives */ td.di-b {background: #411} /* bmp */ @@ -70,6 +80,15 @@ td.di-a {background: #131} /* ascii */ td.di-rare {background: #181818} /* disfavoured */ td.di-invalid {background: #222} /* impossible */ +/* continents */ +td.c-af {background: #1C1C00} +td.c-eu {background: #221400} +td.c-as {background: #200} +td.c-oc {background: #102} +td.c-aa {background: #012} +td.c-sa {background: #001A1A} +td.c-na {background: #001800} + .glyphs tbody td:hover {color: #000} .glyphs tbody td:hover small {color: #FFF}