Justin Watson

Results 1 comments of Justin Watson

A dark and purple theme. https://github.com/fallrisk/purpur-fetthenne-theme ![screenshot_20180622_141505](https://user-images.githubusercontent.com/1434184/41800395-4617bc9c-762a-11e8-8efc-93b49305f497.png) ```cpp colors[ImGuiCol_Text] = ImVec4(1.00f, 1.00f, 1.00f, 1.00f); colors[ImGuiCol_TextDisabled] = ImVec4(0.50f, 0.50f, 0.50f, 1.00f); colors[ImGuiCol_WindowBg] = ImVec4(0.27f, 0.27f, 0.28f, 1.00f); colors[ImGuiCol_ChildBg] = ImVec4(0.27f, 0.27f,...