Replace the info shadow pngs with svg versions and make them themable

This commit is contained in:
luisangelsm
2026-02-27 15:18:51 +01:00
parent 392e4a0643
commit 084146995b
16 changed files with 87 additions and 34 deletions

View File

@ -226,9 +226,9 @@ struct QmlViewTheme {
// Info panel colors
QColor infoBackgroundColor;
QString topShadow; // Image filename
QString infoShadow; // Image filename
QString infoIndicator; // Image filename
QString topShadow; // Recolored SVG path
QString infoShadow; // Recolored SVG path
QString infoIndicator; // Recolored SVG path
QColor infoTextColor;
QColor infoTitleColor;