Fixed status colors

This commit is contained in:
defnax 2024-06-17 22:07:18 +02:00
parent 2fb9b3eb46
commit 332939c3f5

View File

@ -352,9 +352,9 @@ NewFriendList
{
qproperty-textColorStatusOffline: black;
qproperty-textColorStatusAway: gray;
qproperty-textColorStatusBusy: gray;
qproperty-textColorStatusBusy: darkred;
qproperty-textColorStatusOnline: darkGreen;
qproperty-textColorStatusInactive: gray;
qproperty-textColorStatusInactive: #A0A040;
qproperty-textColorGroup: rgb(123, 123, 123);
}