From f4a9eaf3a97e2a2f1dbdbfbf1b50a6ab21c7393e Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Sat, 29 Aug 2015 13:24:42 +0200 Subject: [PATCH] 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 --- 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 3cec1947280..b04eeafb79b 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