diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-11-13 00:12:55 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-11-13 00:12:55 +0900 |
| commit | 0fbf56219f4067e0ba952ab8727cd76dc8919e16 (patch) | |
| tree | d249e64bd93a131b27f4fee958247e5dafcfb01d /src/client/theme | |
| parent | 10.48.1 (diff) | |
| download | misskey-0fbf56219f4067e0ba952ab8727cd76dc8919e16.tar.gz misskey-0fbf56219f4067e0ba952ab8727cd76dc8919e16.tar.bz2 misskey-0fbf56219f4067e0ba952ab8727cd76dc8919e16.zip | |
[Client] Emoji picker
Closes #3130
Diffstat (limited to 'src/client/theme')
| -rw-r--r-- | src/client/theme/dark.json5 | 1 | ||||
| -rw-r--r-- | src/client/theme/light.json5 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/client/theme/dark.json5 b/src/client/theme/dark.json5 index 150b6f5997..446eac557c 100644 --- a/src/client/theme/dark.json5 +++ b/src/client/theme/dark.json5 @@ -18,6 +18,7 @@ secondary: '$secondary', bg: ':darken<8<$secondary', text: '$text', + textHighlighted: ':lighten<7<$text', scrollbarTrack: ':darken<5<$secondary', scrollbarHandle: ':lighten<5<$secondary', diff --git a/src/client/theme/light.json5 b/src/client/theme/light.json5 index 28b9ba7834..4a182c2428 100644 --- a/src/client/theme/light.json5 +++ b/src/client/theme/light.json5 @@ -18,6 +18,7 @@ secondary: '$secondary', bg: ':darken<8<$secondary', text: '$text', + textHighlighted: ':darken<7<$text', scrollbarTrack: '#fff', scrollbarHandle: '#00000033', |