From f6c05caf02ef1365294452f5feef32b17a02a506 Mon Sep 17 00:00:00 2001 From: defnax Date: Thu, 23 Dec 2021 20:09:01 +0100 Subject: [PATCH] Fixed Darkstyle textcolors for group category & private key --- retroshare-gui/src/gui/qss/stylesheet/Standard_Dark.qss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/retroshare-gui/src/gui/qss/stylesheet/Standard_Dark.qss b/retroshare-gui/src/gui/qss/stylesheet/Standard_Dark.qss index 536a14061..ee320a012 100644 --- a/retroshare-gui/src/gui/qss/stylesheet/Standard_Dark.qss +++ b/retroshare-gui/src/gui/qss/stylesheet/Standard_Dark.qss @@ -2479,8 +2479,8 @@ ForumsDialog, GxsForumThreadWidget GroupTreeWidget { - qproperty-textColorCategory: rgb(99, 99, 99); - qproperty-textColorPrivateKey: rgb(85,151,209); + qproperty-textColorCategory: rgb(3, 155, 198); + qproperty-textColorPrivateKey: rgb(249,185,0); } NetworkDialog {