Skip to content

Commit 4fbe458

Browse files
committed
fix: Update colours.
1 parent 757ec4b commit 4fbe458

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/tokens.css

+9-3
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,18 @@
5252

5353
:root [data-theme="dark"] {
5454
color-scheme: dark;
55-
--background: 240 10% 0%;
55+
--background: 240 3.7% 6%;
5656
--foreground: 0 0% 98%;
57-
--paper: 240 3.7% 9.9%;
57+
--paper: 240 3.7% 7.9%;
5858
/* --paper2: 240 3.7% 13.9%; */
5959

6060

61+
/* --background: 240 10% 0%;
62+
--foreground: 0 0% 98%;
63+
--paper: 240 3.7% 7.9%;
64+
--paper2: 240 3.7% 13.9%;
65+
--card: 240 10% 5.9%; */
66+
6167
--card: var(--paper);
6268
--card-foreground: 0 0% 98%;
6369

@@ -80,7 +86,7 @@
8086
--destructive-foreground: 240 10% 5.9%;
8187

8288
--border: 240 3.7% 16.9%;
83-
--input: 240 3.7% 26.9%;
89+
--input: 240 3.7% 16.9%;
8490
--ring: 240 4.9% 83.9%;
8591

8692
--sidebar-background: var(--paper);

0 commit comments

Comments
 (0)