mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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 <jan@casacondor.com>
This commit is contained in:
parent
5c2e08199f
commit
f17aeb92e3
1 changed files with 6 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue