"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 <orgads@gmail.com>
This commit is contained in:
Alessandro Portale
2025-02-19 17:52:53 +01:00
parent d132cecc50
commit 1d7b13cbc4

View File

@@ -15,8 +15,8 @@ CodeModel_Info_TextMarkColor=Token_Notification_Neutral_Default
CodeModel_Warning_TextMarkColor=Token_Notification_Alert_Default CodeModel_Warning_TextMarkColor=Token_Notification_Alert_Default
ComboBoxTextColor=Token_Text_Muted ComboBoxTextColor=Token_Text_Muted
Debugger_Breakpoint_TextMarkColor=Token_Notification_Danger_Default Debugger_Breakpoint_TextMarkColor=Token_Notification_Danger_Default
Debugger_WatchItem_ValueChanged=Token_Notification_Danger_Muted Debugger_WatchItem_ValueChanged=Token_Notification_Danger_Default
Debugger_WatchItem_ValueInvalid=Token_Background_Subtle Debugger_WatchItem_ValueInvalid=Token_Text_Muted
Debugger_WatchItem_ValueNormal=Token_Text_Default Debugger_WatchItem_ValueNormal=Token_Text_Default
DockWidgetResizeHandleColor=Token_Stroke_Subtle DockWidgetResizeHandleColor=Token_Stroke_Subtle
EditorPlaceholderColor=Token_Background_Muted EditorPlaceholderColor=Token_Background_Muted