Skip to content

Instantly share code, notes, and snippets.

View KageKirin's full-sized avatar

Christian Helmich KageKirin

View GitHub Profile
@KageKirin
KageKirin / ImguiMayaStyle.cpp
Created June 11, 2020 15:40 — 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);