We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f6202 commit 1a91d1dCopy full SHA for 1a91d1d
web/src/styles/themes.css
@@ -21,14 +21,14 @@
21
--solarized-code-shadow: 1px;
22
23
/* 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;
+ --dark-bg-primary: 24 24 27;
+ --dark-bg-secondary: 39 39 42;
+ --dark-bg-tertiary: 63 63 70;
+ --dark-text-primary: 244 244 245;
+ --dark-text-secondary: 161 161 170;
+ --dark-border: 82 82 91;
+ --dark-border-secondary: 63 63 70;
+ --dark-code-shadow: 3px;
32
33
/* Shared colors across themes */
34
--shared-bg-purple: 218 178 255;
0 commit comments