From cd827834f9ee329c27b82d987f0d1d48a854a954 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 4 Oct 2025 18:36:31 +0200 Subject: namespace importer --- include/config.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/config.hpp') diff --git a/include/config.hpp b/include/config.hpp index df99ab2..fc15e84 100644 --- a/include/config.hpp +++ b/include/config.hpp @@ -42,5 +42,7 @@ namespace config { 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_DEFAULT = IM_COL32(235, 255, 255, 255); } } \ No newline at end of file -- cgit v1.2.3-70-g09d2