pragma Singleton import QtQuick import Quickshell import Quickshell.Io Singleton { id: root property var palette: { "fg": "#afd2e9", "bg": "#3b3228", "bg95": "#43392d", "bg75": "#4c4134", "altbg": "#5d4f40", "bg25": "#6b6055", "sand": "#c1a387", "scarlet": "#e86045", "moss": "#92a650", "celadon": "#ace1af", "orange": "#e68d53", "saffron": "#f8e2a0", "cyan": "#3eccbe", "grey": "#868686" } property var fontsize: { "topbar_text": 12, "bottombar_text": 8, "topbar_icon": 16 } property var icons: { "sunset": "󰖚", "volume": "", "volume_mixer": "", "download": "", "ram": "󰍛", "tasklist": "", "battery": "", "headphones": "" } }