diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-12-31 02:33:03 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-12-31 02:33:03 +0900 |
| commit | 4d0b335748be0abb1ff22b1af5857900fa1a92f9 (patch) | |
| tree | 0d1557541252a2de09efdf64425a7707c1a071c8 /src/client/theme/light.json5 | |
| parent | [Client] Improve theming :art: (diff) | |
| download | misskey-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.json5 | 7 |
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', |