Skip to content

Instantly share code, notes, and snippets.

View proplayertrust's full-sized avatar

no pls proplayertrust

  • 1.72.0.0
View GitHub Profile
@proplayertrust
proplayertrust / ImguiMayaStyle.cpp
Created February 23, 2020 15:13 — forked from ongamex/ImguiMayaStyle.cpp
ImGui style that look like Maya
ImGuiStyle& style = ImGui::GetStyle();
style.ChildWindowRounding = 3.f;
style.GrabRounding = 0.f;
style.WindowRounding = 0.f;
style.ScrollbarRounding = 3.f;
style.FrameRounding = 3.f;
style.WindowTitleAlign = ImVec2(0.5f,0.5f);
style.Colors[ImGuiCol_Text] = ImVec4(0.73f, 0.73f, 0.73f, 1.00f);