summaryrefslogtreecommitdiff
path: root/include/config.hpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@mailbox.org>2026-01-01 14:33:14 +0100
committerAldrik Ramaekers <aldrik@mailbox.org>2026-01-01 14:33:14 +0100
commita1d639e963eaad1f8d24d47cd004c22052166978 (patch)
tree473a9a1b8b9ed5bd0c24a81fa848c31d3db788d0 /include/config.hpp
parentbe5c11029adb25c586c4fcde6fedfa01d1bdcd49 (diff)
export dropdown ui
Diffstat (limited to 'include/config.hpp')
-rw-r--r--include/config.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config.hpp b/include/config.hpp
index ff36364..dcc476b 100644
--- a/include/config.hpp
+++ b/include/config.hpp
@@ -31,12 +31,15 @@
#define u32 uint32_t
#define u64 uint64_t
+#define SIMULATE_EMAIL 1
+
namespace config {
static const char* PROGRAM_VERSION = "0.1.0"; // major.minor.patch
namespace colors {
static const ImU32 COLOR_ERROR_OUTLINE = IM_COL32(255, 0, 0, 80);
static const ImU32 COLOR_ERROR = IM_COL32(235, 64, 52, 255);
+ static const ImU32 COLOR_SUCCESS = IM_COL32(125, 214, 66, 255);
static const ImU32 COLOR_DEFAULT = IM_COL32(235, 255, 255, 255);
}
}