Better naming in some of the theme properties used in qml

This commit is contained in:
luisangelsm
2026-03-07 22:21:18 +01:00
parent 7103d0de3c
commit 27b59ad8a9
11 changed files with 156 additions and 156 deletions

View File

@ -215,11 +215,11 @@ struct GridAndInfoViewTheme {
QColor backgroundColor;
QColor cellColor;
QColor cellColorWithBackground;
QColor selectedColor;
QColor selectedBorderColor;
QColor cellSelectedColor;
QColor cellSelectedBorderColor;
QColor borderColor;
QColor titleColor;
QColor textColor;
QColor itemTitleColor;
QColor itemDetailsColor;
bool showDropShadow;
// Info panel colors
@ -227,8 +227,8 @@ struct GridAndInfoViewTheme {
QString topShadow; // Recolored SVG path
QString infoShadow; // Recolored SVG path
QString infoIndicator; // Recolored SVG path
QColor infoMetadataTextColor;
QColor infoTextColor;
QColor infoTitleColor;
// Rating and favorite colors
QColor ratingUnselectedColor;
@ -243,7 +243,7 @@ struct GridAndInfoViewTheme {
// Continue reading section (FolderContentView)
QColor continueReadingBackgroundColor;
QColor continueReadingColor;
QColor continueReadingTextColor;
// Blur overlay background (FlowView always, GridView when background image enabled)
QColor backgroundBlurOverlayColor;