imGui: Update to v1.91.4
Some checks failed
C/C++ CI / build (push) Has been cancelled

This commit is contained in:
Joel16 2024-10-18 21:17:40 -04:00
parent d16d08e4b2
commit ff6971ef1d
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit cb16568fca5297512ff6a8f3b877f461c4323fbe
Subproject commit 99109c0b3b052cffa154a9295440f68868a39f74

View File

@ -85,7 +85,7 @@ namespace GUI {
colors[ImGuiCol_PlotHistogramHovered] = ImVec4(1.00f, 0.60f, 0.00f, 1.00f);
colors[ImGuiCol_TextSelectedBg] = ImVec4(0.26f, 0.59f, 0.98f, 0.35f);
colors[ImGuiCol_DragDropTarget] = ImVec4(1.00f, 1.00f, 0.00f, 0.90f);
colors[ImGuiCol_NavHighlight] = ImVec4(0.00f, 0.50f, 0.50f, 1.0f);
colors[ImGuiCol_NavCursor] = ImVec4(0.00f, 0.50f, 0.50f, 1.0f);
colors[ImGuiCol_NavWindowingHighlight] = ImVec4(1.00f, 1.00f, 1.00f, 0.70f);
colors[ImGuiCol_NavWindowingDimBg] = ImVec4(0.80f, 0.80f, 0.80f, 0.20f);
colors[ImGuiCol_ModalWindowDimBg] = ImVec4(0.80f, 0.80f, 0.80f, 0.35f);