summaryrefslogtreecommitdiff
path: root/include/config.hpp
diff options
context:
space:
mode:
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);
}
}