mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-01 06:30:26 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue