Skip to content

Commit 41358ed

Browse files
fix(theme): improve text contrast in default dark mode (#5323)
Signed-off-by: boojack <stevenlgtm@gmail.com> Co-authored-by: boojack <stevenlgtm@gmail.com>
1 parent 6beb3fc commit 41358ed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

web/src/themes/default-dark.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
:root {
22
--background: oklch(0.2 0.003 270);
3-
--foreground: oklch(0.8 0.003 270);
3+
--foreground: oklch(0.92 0.005 270);
44
--card: oklch(0.23 0.003 270);
5-
--card-foreground: oklch(0.8 0.003 270);
5+
--card-foreground: oklch(0.92 0.005 270);
66
--popover: oklch(0.23 0.003 270);
7-
--popover-foreground: oklch(0.77 0.003 270);
7+
--popover-foreground: oklch(0.9 0.005 270);
88
--primary: oklch(0.6 0.08 250);
99
--primary-foreground: oklch(0.2 0.003 270);
1010
--secondary: oklch(0.27 0.005 270);
11-
--secondary-foreground: oklch(0.75 0.003 270);
11+
--secondary-foreground: oklch(0.88 0.004 270);
1212
--muted: oklch(0.25 0.005 270);
13-
--muted-foreground: oklch(0.58 0.003 270);
13+
--muted-foreground: oklch(0.75 0.004 270);
1414
--accent: oklch(0.3 0.008 270);
1515
--accent-foreground: oklch(0.8 0.003 270);
1616
--destructive: oklch(0.55 0.1 25);

0 commit comments

Comments
 (0)