summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-03-18 13:25:56 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-03-18 13:25:56 +0900
commitc015e99e6ecb3cc69cc96b44f306def625f8efc0 (patch)
tree8df9ac0116629d4791e1664609017383a6963391
parent10.97.2 (diff)
downloadsharkey-c015e99e6ecb3cc69cc96b44f306def625f8efc0.tar.gz
sharkey-c015e99e6ecb3cc69cc96b44f306def625f8efc0.tar.bz2
sharkey-c015e99e6ecb3cc69cc96b44f306def625f8efc0.zip
Update black.json5
-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',
},