1 files changed, 4 insertions, 1 deletions
diff --git a/resources/styles/nheko.qss b/resources/styles/nheko.qss
index 1ed3049b..e158d76d 100644
--- a/resources/styles/nheko.qss
+++ b/resources/styles/nheko.qss
@@ -50,7 +50,7 @@ RaisedButton {
RoomInfoListItem {
qproperty-highlightedBackgroundColor: #38A3D8;
- qproperty-hoverBackgroundColor: rgba(200, 200, 200, 128);
+ qproperty-hoverBackgroundColor: rgba(200, 200, 200, 100);
qproperty-backgroundColor: white;
qproperty-titleColor: #333;
@@ -67,6 +67,9 @@ RoomInfoListItem {
qproperty-avatarBgColor: #eee;
qproperty-avatarFgColor: black;
+
+ qproperty-bubbleFgColor: white;
+ qproperty-bubbleBgColor: #38A3D8;
}
CommunitiesListItem {
|