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

@ -195,7 +195,8 @@ struct NavigationTreeThemeTemplates {
struct NavigationTreeTheme {
QString navigationTreeQSS;
QColor folderIndicatorColor; // For incomplete folders and recently updated folders
QColor folderNotCompletedColor; // Left-edge bar for folders not yet fully read
QColor newItemColor; // Dot for recently added/updated folders
// Branch indicator icon paths (used by QSS url())
QString branchClosedIconPath;