Provide more meaningful theme colors to deal with not completed and recent states

This commit is contained in:
luisangelsm
2026-03-07 19:01:30 +01:00
parent b9005c4f5a
commit d65ce375df
8 changed files with 25 additions and 14 deletions

View File

@ -10,7 +10,6 @@ class YACReaderTreeView : public QTreeView, protected Themable
Q_OBJECT
public:
explicit YACReaderTreeView(QWidget *parent = 0);
QColor folderIndicatorColor() const { return theme.navigationTree.folderIndicatorColor; }
private:
void mousePressEvent(QMouseEvent *event) override;