dark theme: original teal-charcoal palette (off the github-dark defaults)

This commit is contained in:
Jean Chevronnet 2026-08-31 01:24:08 +00:00
parent df6216d0d2
commit a0510a407c
No known key found for this signature in database
GPG key ID: 439666D63A9477E4

View file

@ -12,11 +12,11 @@
--wrap:1080px; --wrap:1080px;
} }
:root[data-theme="dark"]{ :root[data-theme="dark"]{
--teal:#16b5a2; --teal-d:#4fd6c4; --teal-dd:#74e6d6; --teal-t:#123330; --teal:#15b6a3; --teal-d:#48d8c4; --teal-dd:#7de9db; --teal-t:#0f2d29;
--ink:#e6edf3; --muted:#9aa4b0; --faint:#6b7480; --ink:#e3ece8; --muted:#93a8a1; --faint:#66807a;
--line:#262c34; --line2:#333b45; --bg:#0d1117; --card:#161b22; --panel:#12171d; --line:#1b2e29; --line2:#26403a; --bg:#0b1614; --card:#132622; --panel:#0f1e1b;
--purple-line:#5a4a86; --purple-fg:#cbb6f5; --purple-bg:#241d38; --bq-fg:#8fe6d8; --purple-line:#4f5a7a; --purple-fg:#bfc7ee; --purple-bg:#182034; --bq-fg:#8fe6d8;
--dot:rgba(22,181,162,.07); --dot:rgba(37,200,178,.06);
} }
*{box-sizing:border-box} *{box-sizing:border-box}
html{-webkit-text-size-adjust:100%} html{-webkit-text-size-adjust:100%}