Use dark style.

This commit is contained in:
Bartosz Taudul 2018-01-13 13:59:16 +01:00
parent 961a907e09
commit e5317d9e40

View File

@ -55,6 +55,8 @@ int main(int, char**)
}
}
ImGui::StyleColorsDark();
ImVec4 clear_color = ImColor(114, 144, 154);
char addr[1024] = { "127.0.0.1" };