diff --git a/src/widgets/imgui_hotkey.hpp b/src/widgets/imgui_hotkey.hpp index ca0cbd2c..e4523fce 100644 --- a/src/widgets/imgui_hotkey.hpp +++ b/src/widgets/imgui_hotkey.hpp @@ -112,7 +112,7 @@ namespace ImGui ImGui::RenderFrame(frame_bb.Min, frame_bb.Max, - ImGui::GetColorU32(ImVec4(0.20f, 0.25f, 0.30f, 1.0f)), + (ImColor)style.Colors[ImGuiCol_FrameBg], true, style.FrameRounding);