summaryrefslogtreecommitdiff
path: root/src/libs/utils/theme
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 /src/libs/utils/theme
parent250c77a9a30d057dede119dafdfd06260443a43f (diff)
downloadqt-creator-5e32183c9b5da75118435bc67addbd03888fab8a.tar.gz
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 'src/libs/utils/theme')
-rw-r--r--src/libs/utils/theme/theme.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libs/utils/theme/theme.h b/src/libs/utils/theme/theme.h
index a3a9861d56..e490bf8212 100644
--- a/src/libs/utils/theme/theme.h
+++ b/src/libs/utils/theme/theme.h
@@ -137,8 +137,11 @@ public:
IconsErrorColor,
IconsErrorToolBarColor,
IconsRunColor,
+ IconsRunToolBarColor,
IconsStopColor,
+ IconsStopToolBarColor,
IconsInterruptColor,
+ IconsInterruptToolBarColor,
IconsDebugColor,
IconsNavigationArrowsColor,
IconsBuildHammerHandleColor,