forked from qt-creator/qt-creator
"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:
@@ -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
|
||||
|
Reference in New Issue
Block a user