blob: 1c467b5fee9d0022ceb39b20bf93d242c78325f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
pragma Singleton
import Quickshell
Singleton {
readonly property string bg: "#100F0F"
readonly property string bg2: "#1C1B1A"
readonly property string ui: "#282726"
readonly property string ui2: "#343331"
readonly property string ui3: "#403E3C"
readonly property string tx3: "#575653"
readonly property string tx2: "#878580"
readonly property string tx: "#CECDC3"
readonly property string re: "#D14D41"
readonly property string or: "#DA702C"
readonly property string ye: "#D0A215"
readonly property string gr: "#879A39"
readonly property string cy: "#3AA99F"
readonly property string bl: "#4385BE"
readonly property string pu: "#8B7EC8"
readonly property string ma: "#CE5D97"
readonly property string re2: "#AF3029"
readonly property string or2: "#BC5215"
readonly property string ye2: "#AD8301"
readonly property string gr2: "#66800B"
readonly property string cy2: "#24837B"
readonly property string bl2: "#205EA6"
readonly property string pu2: "#5E409D"
readonly property string ma2: "#A02F6F"
}
|