dark theme: original teal-charcoal palette (off the github-dark defaults)
This commit is contained in:
parent
df6216d0d2
commit
a0510a407c
1 changed files with 5 additions and 5 deletions
|
|
@ -12,11 +12,11 @@
|
|||
--wrap:1080px;
|
||||
}
|
||||
:root[data-theme="dark"]{
|
||||
--teal:#16b5a2; --teal-d:#4fd6c4; --teal-dd:#74e6d6; --teal-t:#123330;
|
||||
--ink:#e6edf3; --muted:#9aa4b0; --faint:#6b7480;
|
||||
--line:#262c34; --line2:#333b45; --bg:#0d1117; --card:#161b22; --panel:#12171d;
|
||||
--purple-line:#5a4a86; --purple-fg:#cbb6f5; --purple-bg:#241d38; --bq-fg:#8fe6d8;
|
||||
--dot:rgba(22,181,162,.07);
|
||||
--teal:#15b6a3; --teal-d:#48d8c4; --teal-dd:#7de9db; --teal-t:#0f2d29;
|
||||
--ink:#e3ece8; --muted:#93a8a1; --faint:#66807a;
|
||||
--line:#1b2e29; --line2:#26403a; --bg:#0b1614; --card:#132622; --panel:#0f1e1b;
|
||||
--purple-line:#4f5a7a; --purple-fg:#bfc7ee; --purple-bg:#182034; --bq-fg:#8fe6d8;
|
||||
--dot:rgba(37,200,178,.06);
|
||||
}
|
||||
*{box-sizing:border-box}
|
||||
html{-webkit-text-size-adjust:100%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue