ImGui::StyleColorsDark();
ImVec4* colors = ImGui::GetStyle().Colors;
colors[ImGuiCol_MenuBarBg] = ImVec4(0.4f, 0.0f, 0.4f, 1.0f);
ImGui::StyleColorsDark();
ImVec4* colors = ImGui::GetStyle().Colors;
colors[ImGuiCol_MenuBarBg] =...
ImGui::StyleColorsDark();
ImVec4* colors = ImGui::GetStyle().Colors;
colors[ImGuiCol_MenuBarBg] = ImVec4(0.4f, 0.0f, 0.4f, 1.0f);
ImGui::StyleColorsDark();
ImVec4* colors = ImGui::GetStyle().Colors;
colors[ImGuiCol_MenuBarBg] = ImVec4(0.6f, 0.0f, 0.6f, 1.0f);
colors[ImGuiCol_MenuBarBgHovered] = ImVec4(0.4f, 0.0f, 0.8f, 1.0f);
colors[ImGuiCol_MenuBarBgActive] = ImVec4(0.2f, 0.0f, 1.0f, 1.0f);