summaryrefslogtreecommitdiff
path: root/include/ui.hpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@mailbox.org>2026-01-11 12:28:43 +0100
committerAldrik Ramaekers <aldrik@mailbox.org>2026-01-11 12:28:43 +0100
commitccbc6a8f0836583fabd59919bd7930d7cfe1473e (patch)
tree9b40413d853ff9cce52b6d697314b6bc4ea015e4 /include/ui.hpp
parent6166eeda08fd1d4106afe47416a73de60700d17e (diff)
ui improvements
Diffstat (limited to 'include/ui.hpp')
-rw-r--r--include/ui.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/ui.hpp b/include/ui.hpp
index d59ef4e..fe380c8 100644
--- a/include/ui.hpp
+++ b/include/ui.hpp
@@ -88,6 +88,16 @@ namespace ui {
}
+enum ImGuiCol_Extensions
+{
+ ImGuiCol_Extensions_Start = ImGuiCol_COUNT,
+
+ ImGuiCol_LoadingIndicatorBg,
+ ImGuiCol_LoadingIndicatorFg,
+ ImGuiCol_OrderItemTableRowFinal,
+ ImGuiCol_OrderItemTableRowCurrency,
+};
+
namespace ImGui
{
void StyleCustom();