summaryrefslogtreecommitdiff
path: root/packages/client/src/themes/_light.json5
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-06-26 16:38:27 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-06-26 16:38:27 +0900
commitbd3c6f4157366e34b41d35eefefce03d110dd415 (patch)
tree2136d292f07efead71251334fe20895d3bf2a487 /packages/client/src/themes/_light.json5
parentchore(client): fix type (diff)
downloadmisskey-bd3c6f4157366e34b41d35eefefce03d110dd415.tar.gz
misskey-bd3c6f4157366e34b41d35eefefce03d110dd415.tar.bz2
misskey-bd3c6f4157366e34b41d35eefefce03d110dd415.zip
chore(client): tweak ui :art:
Diffstat (limited to 'packages/client/src/themes/_light.json5')
-rw-r--r--packages/client/src/themes/_light.json54
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/client/src/themes/_light.json5 b/packages/client/src/themes/_light.json5
index 87fdbd86b7..66e70d5e19 100644
--- a/packages/client/src/themes/_light.json5
+++ b/packages/client/src/themes/_light.json5
@@ -60,6 +60,10 @@
buttonHoverBg: 'rgba(0, 0, 0, 0.1)',
buttonGradateA: '@accent',
buttonGradateB: ':hue<20<@accent',
+ swutchOffBg: 'rgba(0, 0, 0, 0.1)',
+ swutchOffFg: '@panel',
+ swutchOnBg: '@accent',
+ swutchOnFg: '@fgOnAccent',
inputBorder: 'rgba(0, 0, 0, 0.1)',
inputBorderHover: 'rgba(0, 0, 0, 0.2)',
listItemHoverBg: 'rgba(0, 0, 0, 0.03)',