From 0fbf56219f4067e0ba952ab8727cd76dc8919e16 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 13 Nov 2018 00:12:55 +0900 Subject: [Client] Emoji picker Closes #3130 --- src/client/theme/dark.json5 | 1 + src/client/theme/light.json5 | 1 + 2 files changed, 2 insertions(+) (limited to 'src/client/theme') 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', -- cgit v1.2.3-freya