mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Better naming in some of the theme properties used in qml
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user