mirror of
https://github.com/kossLAN/dots.git
synced 2025-11-05 06:59:50 -05:00
update settings schema
This commit is contained in:
parent
b55f89a00d
commit
9aa51c86da
25 changed files with 342 additions and 103 deletions
|
|
@ -42,7 +42,7 @@ Rectangle {
|
|||
anchors.fill: parent
|
||||
|
||||
Rectangle {
|
||||
color: ShellSettings.settings.colors["surface_container_high"]
|
||||
color: ShellSettings.colors["surface_container_high"]
|
||||
|
||||
Widgets.IconButton {
|
||||
id: arrowButton
|
||||
|
|
@ -80,7 +80,7 @@ Rectangle {
|
|||
|
||||
Rectangle {
|
||||
id: divider
|
||||
color: ShellSettings.settings.colors["surface_bright"]
|
||||
color: ShellSettings.colors["surface_bright"]
|
||||
height: 2
|
||||
width: parent.width
|
||||
anchors.top: headerSection.bottom
|
||||
|
|
@ -140,7 +140,7 @@ Rectangle {
|
|||
height: root.baseHeight
|
||||
|
||||
Rectangle {
|
||||
color: ShellSettings.settings.colors["surface_container_high"]
|
||||
color: ShellSettings.colors["surface_container_high"]
|
||||
|
||||
IconImage {
|
||||
implicitSize: 32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue