idk
This commit is contained in:
parent
862b11b9ef
commit
9c6da082a0
31 changed files with 441 additions and 263 deletions
|
|
@ -4,17 +4,20 @@
|
|||
*/
|
||||
|
||||
:root {
|
||||
--theme-background: #121317;
|
||||
--theme-background-alt: #090a0d;
|
||||
--theme-foreground: #cac7ee;
|
||||
--theme-primary: #9f99f0;
|
||||
--theme-foreground-alt: #9593b9;
|
||||
--theme-foreground-bruh: #7d7d86;
|
||||
--theme-separator: #232833;
|
||||
--theme-background: #181825;
|
||||
--theme-background-alt: #11111b;
|
||||
--theme-surface: #1e1e2e;
|
||||
--theme-surface-border: #313244;
|
||||
--theme-foreground: #cdd6f4;
|
||||
--theme-primary: #f5e0dc;
|
||||
--theme-foreground-alt: #a6adc8;
|
||||
--theme-foreground-bruh: #7f849c;
|
||||
--theme-separator: #313244;
|
||||
|
||||
--space-0: 0.16rem;
|
||||
--space-1: 0.25rem;
|
||||
--space-2: 0.5rem;
|
||||
--space-pad-surface: 0.625rem;
|
||||
--space-3: 0.75rem;
|
||||
--space-4: 1rem;
|
||||
--space-5: 1.25rem;
|
||||
|
|
@ -64,15 +67,3 @@
|
|||
--z-base: 0;
|
||||
--z-elevated: 10;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: light) {
|
||||
:root {
|
||||
--theme-background: #f5f5f7;
|
||||
--theme-background-alt: #ffffff;
|
||||
--theme-foreground: #1d1d1f;
|
||||
--theme-foreground-alt: #515154;
|
||||
--theme-foreground-bruh: #86868b;
|
||||
--theme-separator: #b9b9bf;
|
||||
--theme-primary: #6f65f2;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue