summaryrefslogtreecommitdiff
path: root/src/libs/utils/theme
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2016-07-28 12:30:32 +0200
committerUlf Hermann <ulf.hermann@qt.io>2016-08-05 11:35:35 +0000
commit94ca84c1e4dee197dd3ce42eef88338859abfbd7 (patch)
tree98a6ca99eab012790242a032811a1cd1969cd0a6 /src/libs/utils/theme
parent15fbfaf2e94b72cfd54bb0bd6f2b9ab87b870795 (diff)
downloadqt-creator-94ca84c1e4dee197dd3ce42eef88338859abfbd7.tar.gz
Timeline: Add some theming
While we're at it, also remove all the weird borders and use standard icons. The timeline doesn't have a "baroque" theme, it's all flat for now. If the need arises we can add some gradients here and there. Change-Id: Ia9ce22d7f412c4999feca2284959be4d734267ac Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Diffstat (limited to 'src/libs/utils/theme')
-rw-r--r--src/libs/utils/theme/theme.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/libs/utils/theme/theme.h b/src/libs/utils/theme/theme.h
index 188ed0cc9e..5980bf1671 100644
--- a/src/libs/utils/theme/theme.h
+++ b/src/libs/utils/theme/theme.h
@@ -255,6 +255,17 @@ public:
Welcome_LinkColor,
Welcome_HoverColor,
+ /* Timeline Library */
+ Timeline_TextColor,
+ Timeline_BackgroundColor1,
+ Timeline_BackgroundColor2,
+ Timeline_DividerColor,
+ Timeline_HighlightColor,
+ Timeline_PanelBackgroundColor,
+ Timeline_PanelHeaderColor,
+ Timeline_HandleColor,
+ Timeline_RangeColor,
+
/* VcsBase Plugin */
VcsBase_FileStatusUnknown_TextColor,
VcsBase_FileAdded_TextColor,