diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2026-01-15 16:53:43 -0500 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2026-01-15 16:53:43 -0500 |
| commit | 53008538e5bef961e9ceb5abc5c5ee05a559e97d (patch) | |
| tree | 3ad2f4fa7fbc88ff4bb67c75395cc4acdb9c09fb /.config/quickshell/Flexoki.qml | |
| parent | 3ac17574dbcfe68b2fba11aeeb445f04d1170c2a (diff) | |
update qs config
Diffstat (limited to '.config/quickshell/Flexoki.qml')
| -rw-r--r-- | .config/quickshell/Flexoki.qml | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/.config/quickshell/Flexoki.qml b/.config/quickshell/Flexoki.qml deleted file mode 100644 index 1c467b5..0000000 --- a/.config/quickshell/Flexoki.qml +++ /dev/null @@ -1,32 +0,0 @@ -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" -} |
