mirror of
https://github.com/wolfpld/tracy
synced 2025-05-03 14:03:52 +00:00
Color tweaks.
This commit is contained in:
parent
b60d5b892a
commit
a740074da6
@ -269,9 +269,9 @@ static void TextFocused( const char* label, const char* value )
|
|||||||
|
|
||||||
static void SetButtonHighlightColor()
|
static void SetButtonHighlightColor()
|
||||||
{
|
{
|
||||||
ImGui::PushStyleColor( ImGuiCol_Button, (ImVec4)ImColor::HSV( 0.45f, 0.6f, 0.6f ) );
|
ImGui::PushStyleColor( ImGuiCol_Button, (ImVec4)ImColor::HSV( 0.35f, 0.6f, 0.6f ) );
|
||||||
ImGui::PushStyleColor( ImGuiCol_ButtonHovered, (ImVec4)ImColor::HSV( 0.45f, 0.7f, 0.7f ) );
|
ImGui::PushStyleColor( ImGuiCol_ButtonHovered, (ImVec4)ImColor::HSV( 0.35f, 0.8f, 0.8f ) );
|
||||||
ImGui::PushStyleColor( ImGuiCol_ButtonActive, (ImVec4)ImColor::HSV( 0.45f, 0.8f, 0.8f ) );
|
ImGui::PushStyleColor( ImGuiCol_ButtonActive, (ImVec4)ImColor::HSV( 0.35f, 0.7f, 0.7f ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
static void ToggleButton( const char* label, bool& toggle )
|
static void ToggleButton( const char* label, bool& toggle )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user