X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/45151087c5eb4029a380ac5fd0bb9a677be329c5..9dfef01d97d7c0f4f7137671e2c370e3cfc686a3:/dark.css diff --git a/dark.css b/dark.css index 3691fbd..928cd83 100644 --- a/dark.css +++ b/dark.css @@ -65,23 +65,32 @@ th, td { /* general colorization */ -.c-na, -.pm {background: #040} /* motion */ -.po {background: #340} /* window */ .c-sa, -.ci {background: #044} /* info */ +.ci, +.g0 {background: #044} +.c-na, +.pm, +.g1 {background: #040} +.po, +.g2 {background: #340} .c-af, -.co {background: #440} /* command */ +.co, +.g3 {background: #440} .c-eu, -.cp {background: #530} /* command */ -.mi {background: #520} /* ins */ +.cp, +.g4 {background: #530} +.mi, +.g5 {background: #520} .c-as, -.mo {background: #500} /* state */ +.mo, +.g6 {background: #500} .c-aa, -.mv {background: #503} /* visual */ +.mv, +.g7 {background: #503} .c-oc, -.me {background: #205} /* mode */ -.no {background: #222} /* unassigned */ +.me, +.g8 {background: #205} +.no {background: #222} .X:hover, .pm a:hover, .pm[onclick]:hover, @@ -91,7 +100,16 @@ th, td { .mi a:hover, .mi[onclick]:hover, .mo a:hover, .mo[onclick]:hover, .mv a:hover, .mv[onclick]:hover, -.me a:hover, .me[onclick]:hover { +.me a:hover, .me[onclick]:hover, +.g8 a:hover, .g8[onclick]:hover, +.g7 a:hover, .g7[onclick]:hover, +.g6 a:hover, .g6[onclick]:hover, +.g5 a:hover, .g5[onclick]:hover, +.g4 a:hover, .g4[onclick]:hover, +.g3 a:hover, .g3[onclick]:hover, +.g2 a:hover, .g2[onclick]:hover, +.g1 a:hover, .g1[onclick]:hover, +.g0 a:hover, .g0[onclick]:hover { color: #000; /* on default (light) background hover */ } .X:hover small {color: #FFF}