align module colors to their group accent
This commit is contained in:
parent
5b1c355917
commit
160937e674
10 changed files with 15 additions and 15 deletions
|
|
@ -76,13 +76,13 @@ M.BarSection {
|
|||
layer.enabled: true
|
||||
layer.effect: MultiEffect {
|
||||
colorization: 1.0
|
||||
colorizationColor: M.Theme.base05
|
||||
colorizationColor: M.Theme.base0D
|
||||
}
|
||||
}
|
||||
|
||||
M.BarLabel {
|
||||
label: root._title
|
||||
color: M.Theme.base05
|
||||
color: M.Theme.base0D
|
||||
elide: Text.ElideRight
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue