summaryrefslogtreecommitdiffstats
path: root/resources/styles/nheko-dark.qss
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-08-08 12:51:40 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-08-08 12:51:40 +0300
commit8d3ef470f9b40c891f700626a5adb7efa7602994 (patch)
tree527b8deaa7ce3c223bf71ebf431ef4529e5c24eb /resources/styles/nheko-dark.qss
parent88e535debebcfd58e7858f01006542dceb3efe21 (diff)
Remove hardcoded colors from the typing display
Diffstat (limited to 'resources/styles/nheko-dark.qss')
-rw-r--r--resources/styles/nheko-dark.qss4
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss
index 7c9ca37b..bf3d43ee 100644
--- a/resources/styles/nheko-dark.qss
+++ b/resources/styles/nheko-dark.qss
@@ -48,6 +48,10 @@ RoomList > * {
border: none;
}
+TypingDisplay {
+ qproperty-textColor: #caccd1;
+}
+
#roomlist_area {
background-color: #2d3139;
}