mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Small style adjustments.
This commit is contained in:
parent
e5317d9e40
commit
142f94cc33
@ -56,6 +56,11 @@ int main(int, char**)
|
|||||||
}
|
}
|
||||||
|
|
||||||
ImGui::StyleColorsDark();
|
ImGui::StyleColorsDark();
|
||||||
|
auto& style = ImGui::GetStyle();
|
||||||
|
style.WindowBorderSize = 1.f;
|
||||||
|
style.FrameBorderSize = 1.f;
|
||||||
|
style.Colors[ImGuiCol_WindowBg] = ImVec4( 0.11f, 0.11f, 0.08f, 0.94f );
|
||||||
|
style.Colors[ImGuiCol_ScrollbarBg] = ImVec4( 1, 1, 1, 0.03f );
|
||||||
|
|
||||||
ImVec4 clear_color = ImColor(114, 144, 154);
|
ImVec4 clear_color = ImColor(114, 144, 154);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user