Make flow ribbons themeable

This commit is contained in:
luisangelsm
2026-03-21 20:45:23 +01:00
parent 5fbd5bc185
commit f65fd08e65
13 changed files with 201 additions and 32 deletions

View File

@ -92,9 +92,11 @@ struct MetadataScraperDialogThemeTemplates {
QSize rowIconSize = QSize(8, 7);
};
struct ComicFlowColors {
struct ComicFlowTheme {
QColor backgroundColor;
QColor textColor;
QPixmap readPixmap;
QPixmap readingPixmap;
};
struct ComicsViewTableThemeTemplates {
@ -484,7 +486,7 @@ struct Theme {
ThemeMeta meta;
QJsonObject sourceJson;
ComicFlowColors comicFlow;
ComicFlowTheme comicFlow;
MetadataScraperDialogTheme metadataScraperDialog;
HelpAboutDialogTheme helpAboutDialog;
WhatsNewDialogTheme whatsNewDialog;