diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 43e42165..d87afa9f 100755 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -1177,7 +1177,7 @@ int View::DrawZoneLevel( const Vector& vec, bool hover, double pxns, con if( ev.text ) { ImGui::Text( "" ); - ImGui::Text( "%s", ev.text ); + ImGui::TextColored( ImVec4( 0xCC / 255.f, 0xCC / 255.f, 0x22 / 255.f, 1.f ), "%s", ev.text ); } ImGui::EndTooltip();