diff options
Diffstat (limited to 'resources/styles/nheko-dark.qss')
-rw-r--r-- | resources/styles/nheko-dark.qss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss index a78fb612..26425590 100644 --- a/resources/styles/nheko-dark.qss +++ b/resources/styles/nheko-dark.qss @@ -17,6 +17,10 @@ RoomList > * { background-color: #383c4a; } +CommunitiesList, +CommunitiesList > * { + background-color: #383c4a; +} FlatButton { qproperty-foregroundColor: #caccd1; qproperty-backgroundColor: #333; @@ -54,6 +58,12 @@ RoomInfoListItem { qproperty-btnTextColor: white; } +CommunitiesListItem { + qproperty-highlightedBackgroundColor: #5294e2; + qproperty-hoverBackgroundColor: #39679e; + qproperty-backgroundColor: #383c4a; +} + LoadingIndicator { qproperty-color: #caccd1; } |