Skip to content

Commit 1a91d1d

Browse files
authored
Improve darktheme (#48)
1 parent a2f6202 commit 1a91d1d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

web/src/styles/themes.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
--solarized-code-shadow: 1px;
2222

2323
/* Dark theme colors */
24-
--dark-bg-primary: 0 0 0;
25-
--dark-bg-secondary: 13 13 13;
26-
--dark-bg-tertiary: 36 36 36;
27-
--dark-text-primary: 126 126 126;
28-
--dark-text-secondary: 38 139 210;
29-
--dark-border: 36 36 36;
30-
--dark-border-secondary: 36 36 36;
31-
--dark-code-shadow: 6px;
24+
--dark-bg-primary: 24 24 27;
25+
--dark-bg-secondary: 39 39 42;
26+
--dark-bg-tertiary: 63 63 70;
27+
--dark-text-primary: 244 244 245;
28+
--dark-text-secondary: 161 161 170;
29+
--dark-border: 82 82 91;
30+
--dark-border-secondary: 63 63 70;
31+
--dark-code-shadow: 3px;
3232

3333
/* Shared colors across themes */
3434
--shared-bg-purple: 218 178 255;

0 commit comments

Comments
 (0)