Skip to content
Snippets Groups Projects
Commit f4a9eaf3 authored by Mitch Curtis's avatar Mitch Curtis
Browse files

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: default avatarOrgad Shaneh <orgads@gmail.com>
parent 59c729f8
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,7 @@ OutputPanes_DebugTextColor=text ...@@ -86,7 +86,7 @@ OutputPanes_DebugTextColor=text
OutputPanes_ErrorMessageTextColor=ffff6c6c OutputPanes_ErrorMessageTextColor=ffff6c6c
OutputPanes_MessageOutput=ff008787 OutputPanes_MessageOutput=ff008787
OutputPanes_NormalMessageTextColor=text OutputPanes_NormalMessageTextColor=text
OutputPanes_StdErrTextColor=error OutputPanes_StdErrTextColor=ffff6666
OutputPanes_StdOutTextColor=text OutputPanes_StdOutTextColor=text
OutputPanes_WarningMessageTextColor=fff3c300 OutputPanes_WarningMessageTextColor=fff3c300
OutputPaneButtonFlashColor=error OutputPaneButtonFlashColor=error
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment