This commit is contained in:
2026-04-09 11:16:48 -05:00
parent 76a5bf5917
commit f4b032e96f
23 changed files with 274 additions and 160 deletions

View File

@@ -79,22 +79,22 @@ PanelWindow {
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
color: Pywal.special.foreground
color: Settings.special.foreground
}
implicitHeight: 60
implicitWidth: 60
color: parent.contansMouse ? Pywal.colors.color12 : Pywal.colors.color4
color: parent.contansMouse ? Settings.colors.color12 : Settings.colors.color4
}
hoverEnabled: true
onEntered: {
child.color = Pywal.colors.color12
child.color = Settings.colors.color12
}
onExited: {
child.color = Pywal.colors.color4
child.color = Settings.colors.color4
}
onClicked: {