From f17aeb92e3ed7e31c73c2f6f57e0e596e6957dc4 Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Sat, 18 Jan 2020 13:15:20 +0100 Subject: mobile-widget/qml: add missing colors to blue theme add missing colors so that blue theme contains the same colors as "colors in use". Update the blueTheme() to correctly copy colors from blue theme Signed-off-by: jan Iversen --- mobile-widgets/qml/main.qml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'mobile-widgets') diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index 5362184f5..d9c60a06e 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -579,7 +579,9 @@ if you have network connectivity and want to sync your data to cloud storage."), subsurfaceTheme.textColor = subsurfaceTheme.blueTextColor subsurfaceTheme.secondaryTextColor = subsurfaceTheme.blueSecondaryTextColor manager.setStatusbarColor(subsurfaceTheme.darkerPrimaryColor) - subsurfaceTheme.drawerColor = subsurfaceTheme.lightDrawerColor + subsurfaceTheme.drawerColor = subsurfaceTheme.blueLightDrawerColor + subsurfaceTheme.contrastAccentColor = subsurfaceTheme.blueContrastAccentColor + subsurfaceTheme.lightDrawerColor = subsurfaceTheme.blueLightDrawerColor subsurfaceTheme.iconStyle = "-dark" } @@ -689,6 +691,9 @@ if you have network connectivity and want to sync your data to cloud storage."), property color blueBackgroundColor: "#eff0f1" property color blueTextColor: blueLightPrimaryTextColor property color blueSecondaryTextColor: "#757575" + property color blueLightDrawerColor: "#FFFFFF" + property color blueDrawerColor: blueLightDrawerColor + property color blueContrastAccentColor: "#FF5722" // used for delete button // colors for the pink theme property color pinkDarkerPrimaryColor: "#C2185B" -- cgit v1.2.3-70-g09d2