From 65a0a9c7ebde02fc1b439081bdf0e00a921d779c Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Sat, 18 Jan 2020 13:19:11 +0100 Subject: mobile-widget/qml: add missing colors to pink theme add missing colors so that pink theme contains the same colors as "colors in use". Update the pinkTheme() to correctly copy colors from pink theme Signed-off-by: jan Iversen --- mobile-widgets/qml/main.qml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index d9c60a06e..37c642bef 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -599,7 +599,9 @@ if you have network connectivity and want to sync your data to cloud storage."), subsurfaceTheme.textColor = subsurfaceTheme.pinkTextColor subsurfaceTheme.secondaryTextColor = subsurfaceTheme.pinkSecondaryTextColor manager.setStatusbarColor(subsurfaceTheme.darkerPrimaryColor) - subsurfaceTheme.drawerColor = subsurfaceTheme.lightDrawerColor + subsurfaceTheme.drawerColor = subsurfaceTheme.pinkLightDrawerColor + subsurfaceTheme.contrastAccentColor = subsurfaceTheme.pinkContrastAccentColor + subsurfaceTheme.lightDrawerColor = subsurfaceTheme.pinkLightDrawerColor subsurfaceTheme.iconStyle = "" } @@ -705,6 +707,9 @@ if you have network connectivity and want to sync your data to cloud storage."), property color pinkBackgroundColor: "#eff0f1" property color pinkTextColor: pinkLightPrimaryTextColor property color pinkSecondaryTextColor: "#757575" + property color pinkLightDrawerColor: "#FFFFFF" + property color pinkDrawerColor: pinkLightDrawerColor + property color pinkContrastAccentColor: "#FF5722" // used for delete button // colors for the dark theme property color darkDarkerPrimaryColor: "#303F9f" -- cgit v1.2.3-70-g09d2