Skip to content

Commit

Permalink
Polish theme darcula
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Jun 16, 2024
1 parent f6e8b80 commit 73f8df2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/hello_imgui/impl/imgui_theme.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,9 @@ namespace ImGuiTheme
ThemeTweakImpl::ApplySaturationMultiplier(style, saturation_multiplier, style);
ThemeTweakImpl::ApplyAlphaMultiplier(style, alpha_bg_transparency, style);

style.FrameBorderSize = 1.f;
style.FrameRounding = 3.f;

return style;
}

Expand Down

0 comments on commit 73f8df2

Please sign in to comment.