aboutsummaryrefslogtreecommitdiff
path: root/src/kristall.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kristall.hpp')
-rw-r--r--src/kristall.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kristall.hpp b/src/kristall.hpp
index 1f0a65d..e5ff24e 100644
--- a/src/kristall.hpp
+++ b/src/kristall.hpp
@@ -11,6 +11,7 @@
enum class Theme : int
{
+ os_default = -1,
light = 0,
dark = 1,
};