summaryrefslogtreecommitdiff
path: root/src/libs/utils/theme
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@theqtcompany.com>2016-03-14 16:17:30 +0100
committerAlessandro Portale <alessandro.portale@theqtcompany.com>2016-03-17 16:38:40 +0000
commit748c4ac57fe17469503dfb746c7632e1a8afdafe (patch)
treeccc438e9aebc513cf651bd3a7e8fc3a8bbce1a2e /src/libs/utils/theme
parentc6849c56167945c4644ff1da670bf0b9f9555180 (diff)
downloadqt-creator-748c4ac57fe17469503dfb746c7632e1a8afdafe.tar.gz
Welcome: Implement part of Diana's design
Removing font variations, colors, roundings and gaps. And it is now better themable. The examlpes and tutorial selection still needs to be done. Change-Id: I520814ba9e8ce4fa1d1ca7ec14329955e8a0609a Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
Diffstat (limited to 'src/libs/utils/theme')
-rw-r--r--src/libs/utils/theme/theme.h28
1 files changed, 7 insertions, 21 deletions
diff --git a/src/libs/utils/theme/theme.h b/src/libs/utils/theme/theme.h
index 080390aad5..c1a2c71350 100644
--- a/src/libs/utils/theme/theme.h
+++ b/src/libs/utils/theme/theme.h
@@ -183,27 +183,13 @@ public:
/* Welcome Plugin */
- Welcome_TextColorNormal,
- Welcome_TextColorHeading, // #535353 // Sessions, Recent Projects
- Welcome_BackgroundColorNormal, // #ffffff
- Welcome_DividerColor, // #737373
- Welcome_Button_BorderColorNormal,
- Welcome_Button_BorderColorPressed,
- Welcome_Button_TextColorNormal,
- Welcome_Button_TextColorPressed,
- Welcome_Link_TextColorNormal,
- Welcome_Link_TextColorActive,
- Welcome_Link_BackgroundColor,
- Welcome_Caption_TextColorNormal,
- Welcome_SideBar_BackgroundColor,
-
- Welcome_ProjectItem_TextColorFilepath,
- Welcome_ProjectItem_BackgroundColorHover,
-
- Welcome_SessionItem_BackgroundColorNormal,
- Welcome_SessionItem_BackgroundColorHover,
- Welcome_SessionItemExpanded_BackgroundColorNormal,
- Welcome_SessionItemExpanded_BackgroundColorHover,
+ Welcome_TextColor,
+ Welcome_ForegroundPrimaryColor,
+ Welcome_ForegroundSecondaryColor,
+ Welcome_BackgroundColor,
+ Welcome_DividerColor,
+ Welcome_LinkColor,
+ Welcome_HoverColor,
/* VcsBase Plugin */
VcsBase_FileStatusUnknown_TextColor,