diff --git a/retroshare-gui/src/qss/qdarkstyle.qss b/retroshare-gui/src/qss/qdarkstyle.qss index 2755da2b1..de4fed11f 100644 --- a/retroshare-gui/src/qss/qdarkstyle.qss +++ b/retroshare-gui/src/qss/qdarkstyle.qss @@ -76,11 +76,11 @@ QWidget:item:selected ForumsDialog, GxsForumThreadWidget { - qproperty-textColorRead: gray; + qproperty-textColorRead: darkgray; qproperty-textColorUnread: white; - qproperty-textColorUnreadChildren: gray; + qproperty-textColorUnreadChildren: red; qproperty-textColorNotSubscribed: white; - qproperty-textColorMissing: red; + qproperty-textColorMissing: darkred; } QMenuBar