mirror of
https://github.com/YACReader/yacreader
synced 2026-03-01 10:22:58 -05:00
Initial implementation of theming
This commit is contained in:
17
common/themes/shared/whats_new_dialog_theme.h
Normal file
17
common/themes/shared/whats_new_dialog_theme.h
Normal file
@ -0,0 +1,17 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user