Make the blur backgroud color overlay themable

This also fixes the hardcoded color in FlowView.qml
This commit is contained in:
luisangelsm
2026-03-01 15:22:54 +01:00
parent 52e43192c4
commit 87fada611d
5 changed files with 14 additions and 1 deletions

View File

@ -241,6 +241,9 @@ struct QmlViewTheme {
// Continue reading section (FolderContentView)
QColor continueReadingBackgroundColor;
QColor continueReadingColor;
// Blur overlay background (FlowView always, GridView when background image enabled)
QColor backgroundBlurOverlayColor;
};
struct MainToolbarThemeTemplates {