starting to use config files
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import Quickshell.Io
|
||||
|
||||
JsonObject {
|
||||
property Accents accents: Accents {}
|
||||
|
||||
component Accents: JsonObject {
|
||||
property string primary: "#4080ff"
|
||||
property string warning: "#ff6b6b"
|
||||
property string primaryAlt: "#60a0ff"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user