тогда ещё в
imgui_draw.cpp
найди
void ImGui::StyleColorsClassic(ImGuiStyle* dst)
в StyleColorsClassic найди
colors[ImGuiCol_WindowBg] = ImVec4(18 / 255.f, 21 / 255.f, 51 / 255.f, 0.89f);
и замени на
colors[ImGuiCol_WindowBg] = ImVec4(18 / 255.f, 21 / 255.f, 51 / 255.f, 1.f);