summaryrefslogtreecommitdiffstats
path: root/resources/styles/nheko-dark.qss
diff options
context:
space:
mode:
authorredsky17 <joedonofry@gmail.com>2019-01-12 22:03:25 +0000
committerredsky17 <joedonofry@gmail.com>2019-01-12 22:03:25 +0000
commit3fceaeb203d63eac0afe05d2b11342fd6c1994be (patch)
tree038137ce684e32390b2e5eabd5096ddcfb09a85e /resources/styles/nheko-dark.qss
parentae91bab07d737bcf91bb7ae2210b4a74d846b9b7 (diff)
Add hover color for timestamp.
Update dark and system themes to provide colors for the hover states for title, subtitle, and timestamp.
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 1f6631f7..86056bb2 100644
--- a/resources/styles/nheko-dark.qss
+++ b/resources/styles/nheko-dark.qss
@@ -93,6 +93,9 @@ RoomInfoListItem {
qproperty-titleColor: #e4e5e8;
qproperty-subtitleColor: #caccd1;
+ qproperty-hoverTitleColor: #f4f5f8;
+ qproperty-hoverSubtitleColor: white;
+
qproperty-highlightedTitleColor: #f4f4f5;
qproperty-highlightedSubtitleColor: #e4e5e8;
@@ -101,6 +104,7 @@ RoomInfoListItem {
qproperty-timestampColor: #727274;
qproperty-highlightedTimestampColor: #e7e7e9;
+ qproperty-hoverTimestampColor: #f4f5f8;
qproperty-avatarBgColor: #202228;
qproperty-avatarFgColor: white;