From d2d65b6662b57edc99d31b6edf47a5f2942d01a8 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Mon, 19 Mar 2018 20:26:14 +0200 Subject: More stylistic changes & dark theme tweaks --- resources/styles/nheko-dark.qss | 15 +++++++++------ resources/styles/nheko.qss | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) (limited to 'resources/styles') diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss index 9a354d3a..f84b9300 100644 --- a/resources/styles/nheko-dark.qss +++ b/resources/styles/nheko-dark.qss @@ -29,19 +29,19 @@ CommunitiesList > * { } FlatButton { - qproperty-foregroundColor: #caccd1; + qproperty-foregroundColor: #727274; qproperty-backgroundColor: #333; } FileItem { qproperty-textColor: #caccd1; - qproperty-backgroundColor: #414A59; + qproperty-backgroundColor: #2d3139; qproperty-iconColor: #caccd1; } AudioItem { qproperty-textColor: #caccd1; - qproperty-backgroundColor: #414A59; + qproperty-backgroundColor: #2d3139; qproperty-iconColor: #caccd1; } @@ -69,6 +69,9 @@ RoomInfoListItem { qproperty-avatarBgColor: #202228; qproperty-avatarFgColor: white; + + qproperty-bubbleFgColor: white; + qproperty-bubbleBgColor: #4d84c7; } CommunitiesListItem { @@ -144,8 +147,8 @@ emoji--Category > * { } FloatingButton { - qproperty-backgroundColor: #efefef; - qproperty-foregroundColor: black; + qproperty-backgroundColor: #2d3139; + qproperty-foregroundColor: white; } TextField { @@ -155,7 +158,7 @@ TextField { } ScrollBar { - qproperty-handleColor: #caccd1; + qproperty-handleColor: #2d3139; qproperty-backgroundColor: #202228; } diff --git a/resources/styles/nheko.qss b/resources/styles/nheko.qss index cb8f50e5..1ed3049b 100644 --- a/resources/styles/nheko.qss +++ b/resources/styles/nheko.qss @@ -29,7 +29,7 @@ CommunitiesList > * { } FlatButton { - qproperty-foregroundColor: #333; + qproperty-foregroundColor: #8c8c8c; } FileItem { -- cgit 1.5.1