Reset moon.mod

This commit is contained in:
Alexander Bock
2017-10-19 15:14:04 -04:00
parent cbb6a6f095
commit 78aa164ccf
4 changed files with 6 additions and 28 deletions

View File

@@ -334,7 +334,6 @@ void GUI::initialize() {
style.GrabMinSize = 10.f;
style.GrabRounding = 16.f;
ImGuiStyle& style = ImGui::GetStyle();
style.Colors[ImGuiCol_Text] = ImVec4(0.90f, 0.90f, 0.90f, 1.00f);
style.Colors[ImGuiCol_TextDisabled] = ImVec4(0.60f, 0.60f, 0.60f, 1.00f);
style.Colors[ImGuiCol_WindowBg] = ImVec4(0.13f, 0.13f, 0.13f, 0.96f);