add: slightly better default themes
This commit is contained in:
parent
c9983b8dcb
commit
d44004e86b
5 changed files with 14 additions and 8 deletions
|
@ -3,9 +3,9 @@
|
|||
--hue: 16;
|
||||
--sat: 6%;
|
||||
--lit: 0%;
|
||||
--color-surface: hsl(var(--hue), var(--sat), calc(95% - var(--lit)));
|
||||
--color-lowered: hsl(var(--hue), var(--sat), calc(93% - var(--lit)));
|
||||
--color-raised: hsl(var(--hue), var(--sat), calc(98% - var(--lit)));
|
||||
--color-surface: hsl(var(--hue), var(--sat), calc(97% - var(--lit)));
|
||||
--color-lowered: hsl(var(--hue), var(--sat), calc(94% - var(--lit)));
|
||||
--color-raised: hsl(var(--hue), var(--sat), calc(99% - var(--lit)));
|
||||
--color-super-lowered: hsl(var(--hue), var(--sat), calc(85% - var(--lit)));
|
||||
--color-super-raised: hsl(var(--hue), var(--sat), calc(100% - var(--lit)));
|
||||
--color-text: hsl(0, 0%, 0%);
|
||||
|
@ -35,8 +35,8 @@
|
|||
.dark,
|
||||
.dark * {
|
||||
--hue: 266;
|
||||
--sat: 8%;
|
||||
--lit: 10%;
|
||||
--sat: 14%;
|
||||
--lit: 12%;
|
||||
--color-surface: hsl(var(--hue), var(--sat), calc(0% + var(--lit)));
|
||||
--color-lowered: hsl(var(--hue), var(--sat), calc(6% + var(--lit)));
|
||||
--color-raised: hsl(var(--hue), var(--sat), calc(2% + var(--lit)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue