aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qml/main.qml')
-rw-r--r--mobile-widgets/qml/main.qml7
1 files changed, 6 insertions, 1 deletions
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"