summaryrefslogtreecommitdiff
path: root/src/client/theme/light.json5
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-12-31 02:33:03 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-12-31 02:33:03 +0900
commit4d0b335748be0abb1ff22b1af5857900fa1a92f9 (patch)
tree0d1557541252a2de09efdf64425a7707c1a071c8 /src/client/theme/light.json5
parent[Client] Improve theming :art: (diff)
downloadmisskey-4d0b335748be0abb1ff22b1af5857900fa1a92f9.tar.gz
misskey-4d0b335748be0abb1ff22b1af5857900fa1a92f9.tar.bz2
misskey-4d0b335748be0abb1ff22b1af5857900fa1a92f9.zip
[Client] Improve theme :art:
Diffstat (limited to 'src/client/theme/light.json5')
-rw-r--r--src/client/theme/light.json57
1 files changed, 7 insertions, 0 deletions
diff --git a/src/client/theme/light.json5 b/src/client/theme/light.json5
index 876306b16d..65bd3b1216 100644
--- a/src/client/theme/light.json5
+++ b/src/client/theme/light.json5
@@ -24,8 +24,15 @@
scrollbarHandle: '#00000033',
scrollbarHandleHover: '#00000066',
+ link: '$primary',
+ linkTapHighlight: ':alpha<0.7<@link',
+
notificationIndicator: '$primary',
+ switchActive: '$primary',
+ switchActiveTrack: ':alpha<0.4<@switchActive',
+ radioActive: '$primary',
+
face: '$secondary',
faceText: '$text',
faceHeader: ':lighten<5<$secondary',