summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client/theme/black.json54
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/theme/black.json5 b/src/client/theme/black.json5
index c18ba5f876..7b36d4e50e 100644
--- a/src/client/theme/black.json5
+++ b/src/client/theme/black.json5
@@ -8,13 +8,13 @@
base: 'dark',
vars: {
- c0: '#0c0c0c',
+ c0: '#0e0e0e',
c1: 'rgb(255, 105, 78)',
c2: 'rgb(99, 197, 210)',
c4: 'rgb(253, 254, 214)',
c3: 'rgb(204, 254, 253)',
primary: '$c1',
- secondary: '#131313',
+ secondary: '#191919',
text: '$c3',
},