Prepare for multiple theme support.
This commit is contained in:
parent
b0fc5d0728
commit
6a610e3808
|
@ -39,7 +39,8 @@ Page {
|
|||
ColorOverlay {
|
||||
anchors.fill: background
|
||||
source: background
|
||||
color: "#b000796b"
|
||||
color: Material.accent
|
||||
opacity: 0.7
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -9,5 +9,7 @@ Style=Material
|
|||
Theme=Light
|
||||
Primary=#00695c
|
||||
Accent=#00695c
|
||||
;Primary=#1565c0
|
||||
;Accent=#1565c0
|
||||
;Foreground=Black
|
||||
;Background=#161616
|
||||
|
|
Loading…
Reference in New Issue