QML UI: Don't use black for dark theme
This sets the background color to the recommended hue for dark themes. Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
This commit is contained in:
commit
2f0873a7c1
@ -392,7 +392,7 @@ if you have network connectivity and want to sync your data to cloud storage."),
|
||||
property color darkPrimaryTextColor: "#ECECEC"
|
||||
property color darkLightPrimaryColor: "#C5CAE9"
|
||||
property color darkLightPrimaryTextColor: "#212121"
|
||||
property color darkBackgroundColor: "#000000"
|
||||
property color darkBackgroundColor: "#303030"
|
||||
property color darkTextColor: darkPrimaryTextColor
|
||||
property color darkSecondaryTextColor: "#757575"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user