aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@theqtcompany.com>2016-04-20 16:12:42 +0200
committerAlessandro Portale <alessandro.portale@theqtcompany.com>2016-04-21 15:57:56 +0000
commit5e32183c9b5da75118435bc67addbd03888fab8a (patch)
treec3b6a15e044b2d762d8063f23692295bb0c1d000 /share
parent250c77a9a30d057dede119dafdfd06260443a43f (diff)
Theme: Separate run/stop/interrupt icons in menus
And for that, we also need separate theme color roles. Change-Id: I27bf4499acb516f7f824f5e57632797653b150ec Reviewed-by: hjk <hjk@theqtcompany.com>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/themes/dark.creatortheme5
-rw-r--r--share/qtcreator/themes/default.creatortheme9
-rw-r--r--share/qtcreator/themes/flat.creatortheme9
3 files changed, 16 insertions, 7 deletions
diff --git a/share/qtcreator/themes/dark.creatortheme b/share/qtcreator/themes/dark.creatortheme
index bc94ac1e19..93438cf403 100644
--- a/share/qtcreator/themes/dark.creatortheme
+++ b/share/qtcreator/themes/dark.creatortheme
@@ -58,9 +58,12 @@ IconsWarningToolBarColor=ffe0b716
IconsErrorColor=ffd84044
IconsErrorToolBarColor=ffd84044
IconsRunColor=ff7fc341
+IconsRunToolBarColor=ff7fc341
IconsStopColor=ffe7353b
-IconsDebugColor=ffb8c6ff
+IconsStopToolBarColor=ffe7353b
IconsInterruptColor=ff7488db
+IconsInterruptToolBarColor=ff7488db
+IconsDebugColor=ffb8c6ff
IconsNavigationArrowsColor=ffebc322
IconsBuildHammerHandleColor=ffdd7710
IconsBuildHammerHeadColor=ff989898
diff --git a/share/qtcreator/themes/default.creatortheme b/share/qtcreator/themes/default.creatortheme
index 28b7e642d6..eb9f528dd9 100644
--- a/share/qtcreator/themes/default.creatortheme
+++ b/share/qtcreator/themes/default.creatortheme
@@ -51,10 +51,13 @@ IconsWarningColor=ffecbc1c
IconsWarningToolBarColor=fff2d76e
IconsErrorColor=ffdf4f4f
IconsErrorToolBarColor=ffdb6f71
-IconsRunColor=ffa4d576
-IconsStopColor=ffff8c8c
+IconsRunColor=ff6da838
+IconsRunToolBarColor=ffa4d576
+IconsStopColor=ffee6969
+IconsStopToolBarColor=ffff8c8c
+IconsInterruptColor=ff587ff7
+IconsInterruptToolBarColor=ff8f9dda
IconsDebugColor=ffdcdcdc
-IconsInterruptColor=ff8f9dda
IconsNavigationArrowsColor=ffebc322
IconsBuildHammerHandleColor=ffdd7710
IconsBuildHammerHeadColor=ff989898
diff --git a/share/qtcreator/themes/flat.creatortheme b/share/qtcreator/themes/flat.creatortheme
index 8affc8eb38..8410e8759a 100644
--- a/share/qtcreator/themes/flat.creatortheme
+++ b/share/qtcreator/themes/flat.creatortheme
@@ -61,10 +61,13 @@ IconsWarningColor=ffecbc1c
IconsWarningToolBarColor=fff2d76e
IconsErrorColor=ffdf4f4f
IconsErrorToolBarColor=ffdb6f71
-IconsRunColor=ff93be6c
-IconsStopColor=ffe27f7f
+IconsRunColor=ff6da838
+IconsRunToolBarColor=ff93be6c
+IconsStopColor=ffee6969
+IconsStopToolBarColor=ffe27f7f
+IconsInterruptColor=ff587ff7
+IconsInterruptToolBarColor=ff6a7bc3
IconsDebugColor=toolBarItem
-IconsInterruptColor=ff6a7bc3
IconsNavigationArrowsColor=ffebc322
IconsBuildHammerHandleColor=ffc26b14
IconsBuildHammerHeadColor=ff868687