mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Use json file based themes instead of code to create them (theme editor + theme mode settings)
This commit is contained in:
9
common/themes/theme_variant.h
Normal file
9
common/themes/theme_variant.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef THEME_VARIANT_H
|
||||
#define THEME_VARIANT_H
|
||||
|
||||
enum class ThemeVariant {
|
||||
Light,
|
||||
Dark,
|
||||
};
|
||||
|
||||
#endif // THEME_VARIANT_H
|
||||
Reference in New Issue
Block a user