Files
yacreader/common/themes/shared/whats_new_dialog_theme.h
2026-02-19 18:06:32 +01:00

18 lines
368 B
C

#ifndef WHATS_NEW_DIALOG_THEME_H
#define WHATS_NEW_DIALOG_THEME_H
#include <QColor>
#include <QPixmap>
struct WhatsNewDialogTheme {
QColor backgroundColor;
QColor headerTextColor;
QColor versionTextColor;
QColor contentTextColor;
QColor linkColor;
QPixmap closeButtonIcon;
QPixmap headerDecoration;
};
#endif // WHATS_NEW_DIALOG_THEME_H