[Client] Emoji picker

Closes #3130
This commit is contained in:
syuilo
2018-11-13 00:12:55 +09:00
parent 0acacf7a8e
commit 0fbf56219f
7 changed files with 361 additions and 25 deletions

View File

@ -18,6 +18,7 @@
secondary: '$secondary',
bg: ':darken<8<$secondary',
text: '$text',
textHighlighted: ':lighten<7<$text',
scrollbarTrack: ':darken<5<$secondary',
scrollbarHandle: ':lighten<5<$secondary',

View File

@ -18,6 +18,7 @@
secondary: '$secondary',
bg: ':darken<8<$secondary',
text: '$text',
textHighlighted: ':darken<7<$text',
scrollbarTrack: '#fff',
scrollbarHandle: '#00000033',