Skip to content

Commit

Permalink
Use standard ImGui dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Sep 10, 2024
1 parent a7769df commit dba350b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ImGuiManual.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ int main(int, char **)
// Below, we will define all our application parameters and callbacks
// before starting it.
//
runnerParams.imGuiWindowParams.tweakedTheme.Theme = ImGuiTheme::ImGuiTheme_DarculaDarker;
// runnerParams.imGuiWindowParams.tweakedTheme.Theme = ImGuiTheme::ImGuiTheme_DarculaDarker;
runnerParams.imGuiWindowParams.tweakedTheme.Theme = ImGuiTheme::ImGuiTheme_ImGuiColorsDark;

// App window params
runnerParams.appWindowParams.windowTitle = "ImGui Manual";
Expand Down

0 comments on commit dba350b

Please sign in to comment.