From c8bca6e454f395630c51643a3a905fa448e46789 Mon Sep 17 00:00:00 2001 From: Arno Date: Fri, 23 Nov 2018 14:32:51 +0100 Subject: Some more color fixes Don't use the dark variant of hardcoded colors. The non-dark version plays well with a light theme, and even better with a dark one. --- archivemodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archivemodel.cpp') diff --git a/archivemodel.cpp b/archivemodel.cpp index d228011..7c5e46b 100644 --- a/archivemodel.cpp +++ b/archivemodel.cpp @@ -98,7 +98,7 @@ QVariant ArchiveModel::data(const QModelIndex &index, int role) const{ if(role == Qt::ForegroundRole){ bool favorite = item->data(Favorite).toBool(); if(favorite){ - return QColor(Qt::darkGreen); + return QColor(Qt::green); } } if(role == NameRole){ -- cgit v1.2.3-70-g09d2