From a1d639e963eaad1f8d24d47cd004c22052166978 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Thu, 1 Jan 2026 14:33:14 +0100 Subject: export dropdown ui --- include/config.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/config.hpp') 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); } } -- cgit v1.2.3-70-g09d2