From ccbc6a8f0836583fabd59919bd7930d7cfe1473e Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 11 Jan 2026 12:28:43 +0100 Subject: ui improvements --- include/ui.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'include/ui.hpp') 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(); -- cgit v1.2.3-70-g09d2