diff options
author | Mitch Curtis <mitch.curtis@theqtcompany.com> | 2016-03-22 15:05:17 +0100 |
---|---|---|
committer | Mitch Curtis <mitch.curtis@theqtcompany.com> | 2016-03-23 11:55:10 +0000 |
commit | bbb0de055397ddff72793b07bfda11f57bfb2083 (patch) | |
tree | bb7f038c52e4ce09deb04fc251b36e7b51c49cef /share | |
parent | 78228d37db5703c3586a362ffdeb4249636fa8a8 (diff) | |
download | qt-creator-bbb0de055397ddff72793b07bfda11f57bfb2083.tar.gz |
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 <orgads@gmail.com>
Diffstat (limited to 'share')
-rw-r--r-- | share/qtcreator/themes/dark.creatortheme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/themes/dark.creatortheme b/share/qtcreator/themes/dark.creatortheme index 2aeeabb8e3..c60e04cbda 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 |