aboutsummaryrefslogtreecommitdiff
path: root/include/Theme.hpp
diff options
context:
space:
mode:
authorRat <ratcodeberg@protonmail.com>2021-06-21 19:28:39 +0300
committerdec05eba <dec05eba@protonmail.com>2021-06-21 18:34:13 +0200
commitb11c3abc93decfcf82140b92d83a1278bcc51375 (patch)
tree57cd6b2442d1787ff71d0394c3559dc332053ac4 /include/Theme.hpp
parent9d2fbadd55a1c7c89660fcec430a945867ded527 (diff)
hello yes nigeol i added le epic nord theme
Diffstat (limited to 'include/Theme.hpp')
-rw-r--r--include/Theme.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/Theme.hpp b/include/Theme.hpp
index 653cfe9..6fee3a5 100644
--- a/include/Theme.hpp
+++ b/include/Theme.hpp
@@ -5,7 +5,8 @@
namespace QuickMedia {
struct Theme {
enum {
- THEME_DARK // Default theme
+ THEME_DARK, // Default theme
+ THEME_NORD
};
Theme() = default;
@@ -40,4 +41,4 @@ namespace QuickMedia {
void init_themes();
void set_current_theme(int theme);
Theme& get_current_theme();
-} \ No newline at end of file
+}