summaryrefslogtreecommitdiff
path: root/.config/quickshell/Flexoki.qml
diff options
context:
space:
mode:
Diffstat (limited to '.config/quickshell/Flexoki.qml')
-rw-r--r--.config/quickshell/Flexoki.qml32
1 files changed, 32 insertions, 0 deletions
diff --git a/.config/quickshell/Flexoki.qml b/.config/quickshell/Flexoki.qml
new file mode 100644
index 0000000..1c467b5
--- /dev/null
+++ b/.config/quickshell/Flexoki.qml
@@ -0,0 +1,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"
+}