holy fuck it finally works
This commit is contained in:
parent
57f2ec5dcf
commit
70f09fc94c
29
Colors.qml
29
Colors.qml
@ -1,29 +0,0 @@
|
|||||||
pragma Singleton
|
|
||||||
import QtQuick
|
|
||||||
import Quickshell
|
|
||||||
|
|
||||||
Singleton {
|
|
||||||
id: customColors
|
|
||||||
// Core Backgrounds
|
|
||||||
readonly property color background: "#161616"
|
|
||||||
readonly property color foreground: "#FFFFFF"
|
|
||||||
readonly property color cursor: "#6F6F6F"
|
|
||||||
|
|
||||||
// The 16 Colors of the Apocalypse
|
|
||||||
readonly property color color0: "#262626"
|
|
||||||
readonly property color color1: "#EE5396"
|
|
||||||
readonly property color color2: "#42BE65"
|
|
||||||
readonly property color color3: "#FFE97B"
|
|
||||||
readonly property color color4: "#33B1FF"
|
|
||||||
readonly property color color5: "#FF7EB6"
|
|
||||||
readonly property color color6: "#3DDBD9"
|
|
||||||
readonly property color color7: "#DDE1E6"
|
|
||||||
readonly property color color8: "#393939"
|
|
||||||
readonly property color color9: "#EE5396"
|
|
||||||
readonly property color color10: "#42BE65"
|
|
||||||
readonly property color color11: "#FFE97B"
|
|
||||||
readonly property color color12: "#33B1FF"
|
|
||||||
readonly property color color13: "#FF7EB6"
|
|
||||||
readonly property color color14: "#3DDBD9"
|
|
||||||
readonly property color color15: "#FFFFFF"
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user