From 1d7b13cbc4d4c3e83aded4d646beed99c9d8c472 Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Wed, 19 Feb 2025 17:52:53 +0100 Subject: [PATCH] "2024" Themes: Make Debugger WatchItem items more readable Especially in the dark variant, Debugger_WatchItem_ValueChanged and Debugger_WatchItem_ValueInvalid were hard to read. Task-number: QTCREATORBUG-32485 Change-Id: I225198c2e1839199942a0f57b871642030c067f1 Reviewed-by: Orgad Shaneh --- share/qtcreator/themes/2024.tokenmapping | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/qtcreator/themes/2024.tokenmapping b/share/qtcreator/themes/2024.tokenmapping index 761883e2b05..738cd0e9a79 100644 --- a/share/qtcreator/themes/2024.tokenmapping +++ b/share/qtcreator/themes/2024.tokenmapping @@ -15,8 +15,8 @@ CodeModel_Info_TextMarkColor=Token_Notification_Neutral_Default CodeModel_Warning_TextMarkColor=Token_Notification_Alert_Default ComboBoxTextColor=Token_Text_Muted Debugger_Breakpoint_TextMarkColor=Token_Notification_Danger_Default -Debugger_WatchItem_ValueChanged=Token_Notification_Danger_Muted -Debugger_WatchItem_ValueInvalid=Token_Background_Subtle +Debugger_WatchItem_ValueChanged=Token_Notification_Danger_Default +Debugger_WatchItem_ValueInvalid=Token_Text_Muted Debugger_WatchItem_ValueNormal=Token_Text_Default DockWidgetResizeHandleColor=Token_Stroke_Subtle EditorPlaceholderColor=Token_Background_Muted