mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Make the blur backgroud color overlay themable
This also fixes the hardcoded color in FlowView.qml
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user