Files
yacreader/common/themes/shared/help_about_dialog_theme.h
luisangelsm 6b3fcc63d3 Make help/about dialog themable
Just the hardcoded colors used, the rest of the dialog will be themed by Qt.
2026-02-19 18:06:31 +01:00

12 lines
205 B
C

#ifndef HELP_ABOUT_DIALOG_THEME_H
#define HELP_ABOUT_DIALOG_THEME_H
#include <QColor>
struct HelpAboutDialogTheme {
QColor headingColor;
QColor linkColor;
};
#endif // HELP_ABOUT_DIALOG_THEME_H