summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorThorben Kroeger <thorbenkroeger@gmail.com>2015-03-19 20:00:15 +0100
committerOrgad Shaneh <orgads@gmail.com>2015-03-23 09:12:49 +0000
commita4bb572a3bf32f50327d672e3ee4e1407b5b1494 (patch)
treed9e5b4f98d3a76a73cec69ad892d3b92927ad196 /share
parent0b6b5631b76011a3858979b1d10a91c00ebdebfd (diff)
downloadqt-creator-a4bb572a3bf32f50327d672e3ee4e1407b5b1494.tar.gz
Theming: theme compile output pane
Change-Id: Ic364457884765ea755d0dc6e3e35296d5bd36359 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/themes/dark.creatortheme4
-rw-r--r--share/qtcreator/themes/default.creatortheme4
2 files changed, 8 insertions, 0 deletions
diff --git a/share/qtcreator/themes/dark.creatortheme b/share/qtcreator/themes/dark.creatortheme
index 21f057f88e..3d972cbb24 100644
--- a/share/qtcreator/themes/dark.creatortheme
+++ b/share/qtcreator/themes/dark.creatortheme
@@ -87,6 +87,10 @@ OutputPaneToggleButtonTextColorChecked=text
OutputPaneToggleButtonTextColorUnchecked=text
QtOutputFormatter_LinkTextColor=ff0000ff
+CompileOutput_ErrorOutput=ffff6c6c
+CompileOutput_MessageOutput=ff008787
+CompileOutput_ErrorMessageOutput=ffff6c6c
+
Welcome_BackgroundColorNormal=normalBackground
Welcome_Button_BorderColorNormal=0
Welcome_Button_BorderColorPressed=0
diff --git a/share/qtcreator/themes/default.creatortheme b/share/qtcreator/themes/default.creatortheme
index 2f17c1b909..6927484ce5 100644
--- a/share/qtcreator/themes/default.creatortheme
+++ b/share/qtcreator/themes/default.creatortheme
@@ -81,6 +81,10 @@ OutputPaneToggleButtonTextColorChecked=ffffffff
OutputPaneToggleButtonTextColorUnchecked=ff000000
QtOutputFormatter_LinkTextColor=ff0000aa
+CompileOutput_ErrorOutput=ffaa0000
+CompileOutput_MessageOutput=ff0000aa
+CompileOutput_ErrorMessageOutput=ffaa0000
+
Welcome_BackgroundColorNormal=ffffffff
Welcome_Button_BorderColorNormal=ff737373
Welcome_Button_BorderColorPressed=ff333333