ImGuiStyle& style = ImGui::GetStyle();
style.Colors[ImGuiCol_CheckMark] = ImVec4(1.0f, 0.0f, 0.0f, 1.0f); // Vermelho
style.Colors[ImGuiCol_SliderGrab] = ImVec4(1.0f, 0.0f, 0.0f, 1.0f); // Bolinha do slider vermelha
style.FrameRounding = 5.0f; // Arredondar as bordas
ImGuiStyle& style = ImGui::GetStyle();
style.Colors[ImGuiCol_CheckMark] = ImVec4(1.0f, 0.0f, 0.0f, 1.0f); // Vermelho
style.Colors[ImGuiCol_SliderGrab] = ImVec4(1.0f, 0.0f, 0.0f, 1.0f); // Bolinha do slider vermelha
style.FrameRounding = 5.0f; // Arredondar as bordas