aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/theme
diff options
context:
space:
mode:
authorAaron Barany <akb825@gmail.com>2018-12-01 01:42:38 -0800
committerAaron Barany <akb825@gmail.com>2019-01-12 20:59:36 +0000
commit9eb4df7a1f83d48bfb7af84a87b0716956cf2cd6 (patch)
treefe5d01ec3b9895ac93bcecb5c56d5016f55b4994 /src/libs/utils/theme
parentaa30b3e854934a01e732a2f2076401e11c4a5f56 (diff)
Editor: Improve icon/panel selection colors
Improve the visibility and clarity for the output panel and selected icons for dark and creator themes. This should make it easier to tell what item is selected across each of these themes. Task-number: QTCREATORBUG-18888 Change-Id: I4cf4203a0d5b46978d32810cc81dfcdb5ac8b3ef Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Diffstat (limited to 'src/libs/utils/theme')
-rw-r--r--src/libs/utils/theme/theme.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/utils/theme/theme.h b/src/libs/utils/theme/theme.h
index 9a881e9e64e..f350bf0ca25 100644
--- a/src/libs/utils/theme/theme.h
+++ b/src/libs/utils/theme/theme.h
@@ -80,6 +80,7 @@ public:
EditorPlaceholderColor,
FancyToolBarSeparatorColor,
FancyTabBarBackgroundColor,
+ FancyTabBarSelectedBackgroundColor,
FancyTabWidgetDisabledSelectedTextColor,
FancyTabWidgetDisabledUnselectedTextColor,
FancyTabWidgetEnabledSelectedTextColor,