move theme to styling
This commit is contained in:
parent
467c9bc0e3
commit
4375f6e13d
36 changed files with 68 additions and 67 deletions
|
|
@ -9,7 +9,7 @@ import Quickshell
|
|||
StyledPopupWindow {
|
||||
id: window
|
||||
|
||||
backgroundColor: Theme.palette.base300
|
||||
backgroundColor: Styling.theme.base300
|
||||
margins: 14
|
||||
radius: 8
|
||||
|
||||
|
|
@ -32,7 +32,7 @@ StyledPopupWindow {
|
|||
property Component menuSeperator: Rectangle {
|
||||
implicitHeight: 2
|
||||
|
||||
color: Theme.palette.base100
|
||||
color: Styling.theme.base100
|
||||
}
|
||||
property Component menuItem: MenuItem {
|
||||
menuEntry: loader.modelData
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue