From 82b976b1ee6f25dcb5eaeac2a24a7110ffc452db Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 17 May 2025 12:43:46 +0200 Subject: [PATCH] Adjust user messages color. --- profiler/src/profiler/TracyLlm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiler/src/profiler/TracyLlm.cpp b/profiler/src/profiler/TracyLlm.cpp index 68651265..bbb81977 100644 --- a/profiler/src/profiler/TracyLlm.cpp +++ b/profiler/src/profiler/TracyLlm.cpp @@ -298,7 +298,7 @@ void TracyLlm::Draw() } else if( isUser ) { - ImGui::PushStyleColor( ImGuiCol_Text, ImVec4( 0.65f, 0.65f, 0.65f, 1.f ) ); + ImGui::PushStyleColor( ImGuiCol_Text, ImVec4( 0.64f, 0.76f, 0.41f, 1.f ) ); } else if( isError ) {