Skip to content

Commit

Permalink
Polish theme WhiteIsWhite
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Jun 15, 2024
1 parent ecfd99d commit f6e8b80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hello_imgui/impl/imgui_theme.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,8 @@ namespace ImGuiTheme
ThemeTweakImpl::ApplyValueMultiplierBg(style, 7.f, style);
ThemeTweakImpl::ApplyValueMultiplierFrameBg(style, 0.91f, style);
style.Colors[ImGuiCol_FrameBg] = ThemeTweakImpl::_ColorSetValue(style.Colors[ImGuiCol_FrameBg], 0.99f);
style.FrameBorderSize = 1.f;
style.FrameRounding = 3.f;
return style;
}

Expand Down

0 comments on commit f6e8b80

Please sign in to comment.