diff options
Diffstat (limited to 'include/config.hpp')
| -rw-r--r-- | include/config.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
