summaryrefslogtreecommitdiffstats
path: root/resources/styles/nheko-dark.qss
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-28 15:27:12 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-28 15:27:12 +0300
commit7621dc0cb028ff15ac2375c31a1dd6fd64b4b94b (patch)
treead22bea3f559aabfe4a6c57ca5bea79b89efe5de /resources/styles/nheko-dark.qss
parentbee9278a1aaaabd9b9c90c84e7c713b36bbde5e9 (diff)
Fix UI inconsistencies between room list & communities
fixes #204 fixes #255
Diffstat (limited to 'resources/styles/nheko-dark.qss')
-rw-r--r--resources/styles/nheko-dark.qss7
1 files changed, 5 insertions, 2 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss
index 69502c01..28850711 100644
--- a/resources/styles/nheko-dark.qss
+++ b/resources/styles/nheko-dark.qss
@@ -93,9 +93,12 @@ RoomInfoListItem {
}
CommunitiesListItem {
- qproperty-highlightedBackgroundColor: #5294e2;
- qproperty-hoverBackgroundColor: #39679e;
+ qproperty-highlightedBackgroundColor: #4d84c7;
+ qproperty-hoverBackgroundColor: rgba(57,103,158, 100);
qproperty-backgroundColor: #2d3139;
+
+ qproperty-avatarBgColor: #202228;
+ qproperty-avatarFgColor: white;
}
LoadingIndicator {