summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2015-08-29 13:24:42 +0200
committerMitch Curtis <mitch.curtis@theqtcompany.com>2015-08-29 19:53:41 +0000
commitf4a9eaf3a97e2a2f1dbdbfbf1b50a6ab21c7393e (patch)
tree58a5f6b215876a2ffd67c884b2e5004bc88bccfc
parent59c729f8643ff7826c4685e5503f1c713d6e0b25 (diff)
downloadqt-creator-f4a9eaf3a97e2a2f1dbdbfbf1b50a6ab21c7393e.tar.gz
Dark theme: make application output error message text color readable.
It was a pure red, which is really hard to read against a dark background. This patch makes it a pastel red, closer to the fatal error text color. Change-Id: If4b402b2887149f040a00a9493f550afb296382b Reviewed-by: Orgad Shaneh <orgads@gmail.com>
-rw-r--r--share/qtcreator/themes/dark.creatortheme2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/themes/dark.creatortheme b/share/qtcreator/themes/dark.creatortheme
index 3cec194728..b04eeafb79 100644
--- a/share/qtcreator/themes/dark.creatortheme
+++ b/share/qtcreator/themes/dark.creatortheme
@@ -86,7 +86,7 @@ OutputPanes_DebugTextColor=text
OutputPanes_ErrorMessageTextColor=ffff6c6c
OutputPanes_MessageOutput=ff008787
OutputPanes_NormalMessageTextColor=text
-OutputPanes_StdErrTextColor=error
+OutputPanes_StdErrTextColor=ffff6666
OutputPanes_StdOutTextColor=text
OutputPanes_WarningMessageTextColor=fff3c300
OutputPaneButtonFlashColor=error