mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
Put all the QML colors into a single standalone configurable file
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import QtQuick
|
||||
import QtQuick.Layouts
|
||||
import Quickshell
|
||||
import "../../theme" as Theme
|
||||
|
||||
ColumnLayout {
|
||||
id: root
|
||||
@@ -60,7 +61,7 @@ ColumnLayout {
|
||||
|
||||
property var separator: Component {
|
||||
Rectangle {
|
||||
color: "#824524"
|
||||
color: Theme.Colors.menuViewColor
|
||||
implicitHeight: 4
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user