From fe8b7e3b726dbb8a5dca80dbe5ad52b59ab5244f Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Sat, 18 Jan 2020 13:21:25 +0100 Subject: mobile-widget/qml: add missing colors to dark theme add missing colors so that dark theme contains the same colors as "colors in use". Update the darkTheme() to correctly copy colors from pink theme Signed-off-by: jan Iversen --- mobile-widgets/qml/main.qml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mobile-widgets/qml/main.qml') diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index 37c642bef..94c5dd3c4 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -620,6 +620,8 @@ if you have network connectivity and want to sync your data to cloud storage."), subsurfaceTheme.secondaryTextColor = subsurfaceTheme.darkSecondaryTextColor manager.setStatusbarColor(subsurfaceTheme.darkerPrimaryColor) subsurfaceTheme.drawerColor = subsurfaceTheme.darkDrawerColor + subsurfaceTheme.contrastAccentColor = subsurfaceTheme.darkContrastAccentColor + subsurfaceTheme.lightDrawerColor = subsurfaceTheme.darkLightDrawerColor subsurfaceTheme.iconStyle = "-dark" } @@ -722,6 +724,9 @@ if you have network connectivity and want to sync your data to cloud storage."), property color darkTextColor: darkPrimaryTextColor property color darkSecondaryTextColor: "#757575" property color darkDrawerColor: "#424242" + property color darkLightDrawerColor: "#FFFFFF" + property color darkContrastAccentColor: "#FF5722" // used for delete button + property int initialWidth: rootItem.width property int initialHeight: rootItem.height -- cgit v1.2.3-70-g09d2