summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorJoe Donofry <joe@joedonofry.com>2019-01-12 14:35:56 +0000
committerJoe Donofry <joe@joedonofry.com>2019-01-12 14:35:56 +0000
commitae91bab07d737bcf91bb7ae2210b4a74d846b9b7 (patch)
tree6105723919702b7d0acee300220cafb38e658d48 /resources
parentIncrease the height of the roomlist items (diff)
downloadnheko-ae91bab07d737bcf91bb7ae2210b4a74d846b9b7.tar.xz
Tweak some of the colors in the CSS rules for nheko.
Add room list hover title/subtitle color change support.
Diffstat (limited to 'resources')
-rw-r--r--resources/styles/nheko.qss18
1 files changed, 10 insertions, 8 deletions
diff --git a/resources/styles/nheko.qss b/resources/styles/nheko.qss

index 408d954e..bf616c1f 100644 --- a/resources/styles/nheko.qss +++ b/resources/styles/nheko.qss
@@ -10,8 +10,8 @@ QLabel { #sideBar { border: none; - border-right: 1px solid #dcdcdc; - border-left: 1px solid #dcdcdc; + border-right: 1px solid #dee1f3; + border-left: 1px solid #dee1f3; } TimelineView, @@ -49,17 +49,17 @@ PopupItem { RoomList, RoomList > * { - background-color: white; + background-color: #2e3649; border: none; } #roomlist_area { - background-color: white; + background-color: #2e3649; } CommunitiesList, CommunitiesList > * { - background-color: white; + background-color: #2e3649; } FlatButton { @@ -85,7 +85,9 @@ RaisedButton { RoomInfoListItem { qproperty-highlightedBackgroundColor: #38A3D8; qproperty-hoverBackgroundColor: rgba(200, 200, 200, 70); - qproperty-backgroundColor: white; + qproperty-hoverTitleColor: #f2f5f8; + qproperty-hoverSubtitleColor: white; + qproperty-backgroundColor: #f2f5f8; qproperty-titleColor: #333; qproperty-subtitleColor: #5d6565; @@ -109,7 +111,7 @@ RoomInfoListItem { CommunitiesListItem { qproperty-highlightedBackgroundColor: #38A3D8; qproperty-hoverBackgroundColor: rgba(200, 200, 200, 70); - qproperty-backgroundColor: white; + qproperty-backgroundColor: #f2f5f8; qproperty-avatarBgColor: #eee; qproperty-avatarFgColor: black; @@ -130,7 +132,7 @@ UserInfoWidget, UserInfoWidget > * { UserInfoWidget { border: none; - border-bottom: 1px solid #dcdcdc; + border-bottom: 2px solid #ccc; } UserSettingsPage {