From bbb0de055397ddff72793b07bfda11f57bfb2083 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Tue, 22 Mar 2016 15:05:17 +0100 Subject: [PATCH] Dark theme: make "changed variable" text color in watch window readable It was a pure red, which is really hard to read against a dark background. This patch makes it a pastel red; the same color as error messages in the application output, which was implemented in f4a9eaf3. Change-Id: If013c7215d50c3a75d62031ab19874cfb8545cad Reviewed-by: Orgad Shaneh --- share/qtcreator/themes/dark.creatortheme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/themes/dark.creatortheme b/share/qtcreator/themes/dark.creatortheme index 2aeeabb8e35..c60e04cbda5 100644 --- a/share/qtcreator/themes/dark.creatortheme +++ b/share/qtcreator/themes/dark.creatortheme @@ -131,7 +131,7 @@ Debugger_LogWindow_LogTime=ffbf0303 Debugger_WatchItem_ValueNormal=text Debugger_WatchItem_ValueInvalid=textDisabled -Debugger_WatchItem_ValueChanged=ffbf0303 +Debugger_WatchItem_ValueChanged=ffff6666 Debugger_Breakpoint_TextMarkColor=ffff4040