More tokens

This commit is contained in:
Ryan Hughes
2026-05-19 16:55:56 -04:00
parent 97d4e908af
commit 201a003537
12 changed files with 136 additions and 57 deletions
+2 -2
View File
@@ -41,8 +41,8 @@ Item {
// ---------------- theme --------------------------------------------------
// Bar settings deliberately isn't a themable surface in shell.toml — it
// tracks the foundational palette so every theme renders consistently.
property color foreground: Color.foreground
property color background: Color.background
property color foreground: Color.popups.text
property color background: Color.popups.background
property color accent: Color.accent
property color urgent: Color.urgent
property string fontFamily: "monospace"
@@ -11,8 +11,8 @@ Item {
property string label: ""
property string value: ""
property var options: []
property color foreground: Color.foreground
property color background: Color.background
property color foreground: Color.popups.text
property color background: Color.popups.background
property color accent: Color.accent
property string fontFamily: Style.font.family
property int cornerRadius: 0