vsg-dev / vsgImGui

Integration of VulkanSceneGraph with ImGui
MIT License
43 stars 28 forks source link

remove ImGui::StyleColorsDark() #53

Closed YangShen398 closed 1 year ago

YangShen398 commented 1 year ago

Remove ImGui::StyleColorsDark() and placed in the application level. This PR is coupled with pull request from vsgExamples #223

robertosfield commented 1 year ago

I have removed the ImGui::StyleColorsDark() as it's now the default. I have done this is commit: 608c4f3cec281751338d50a0267c7148867d4d9c rather than merging this PR because this PR adds in reformatting changes are are irrelevant to actual functional change.