mirror of
https://github.com/QuasarApp/Snake.git
synced 2025-04-27 18:24:41 +00:00
light version
This commit is contained in:
parent
39b1d53598
commit
da6274ea4c
@ -8,7 +8,7 @@ Frame {
|
||||
id: frameVew
|
||||
background: Rectangle {
|
||||
color: (Material.theme == Material.Dark)? "#50000000": "#50ffffff"
|
||||
border.color: "#5e5d5d"
|
||||
border.color: (Material.theme == Material.Dark)? "#000000": "#cfcfcf"
|
||||
radius: metrix.mm
|
||||
}
|
||||
|
||||
|
@ -4,4 +4,4 @@ Style=Material
|
||||
[Material]
|
||||
Accent=Teal
|
||||
Primary=BlueGrey
|
||||
Theme=Dark
|
||||
Theme=Light
|
||||
|
Loading…
x
Reference in New Issue
Block a user