summary refs log tree commit diff
path: root/resources/styles
diff options
context:
space:
mode:
authorredsky17 <joedonofry@gmail.com>2019-01-26 18:17:08 +0000
committerredsky17 <joedonofry@gmail.com>2019-01-26 18:17:08 +0000
commitdf5d24c87f46f42b8bc73710bcdcb1a3f5f27b49 (patch)
tree1a82673a6e345bfa651def94687fc9f8539795c6 /resources/styles
parentFix lint issues in last commit (diff)
downloadnheko-df5d24c87f46f42b8bc73710bcdcb1a3f5f27b49.tar.xz
Revert "Remove built-in emoji picker"
This reverts commit 4b807229aa20d6f4891e35f08d489da427d3d0b6.
Diffstat (limited to 'resources/styles')
-rw-r--r--resources/styles/nheko-dark.qss12
-rw-r--r--resources/styles/nheko.qss12
2 files changed, 24 insertions, 0 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss

index 0abd8415..5567f32c 100644 --- a/resources/styles/nheko-dark.qss +++ b/resources/styles/nheko-dark.qss
@@ -193,6 +193,18 @@ RegisterPage { color: #caccd1; } +emoji--Panel, +emoji--Panel > * { + background-color: #202228; + color: #caccd1; +} + +emoji--Category, +emoji--Category > * { + background-color: #2d3139; + color: #caccd1; +} + FloatingButton { qproperty-backgroundColor: #2d3139; qproperty-foregroundColor: white; diff --git a/resources/styles/nheko.qss b/resources/styles/nheko.qss
index 3e47c49b..58e83c22 100644 --- a/resources/styles/nheko.qss +++ b/resources/styles/nheko.qss
@@ -190,6 +190,18 @@ RegisterPage { color: #333; } +emoji--Panel, +emoji--Panel > * { + background-color: #eee; + color: #333; +} + +emoji--Category, +emoji--Category > * { + background-color: white; + color: #ccc; +} + FloatingButton { qproperty-backgroundColor: #efefef; qproperty-foregroundColor: black;