quickshell: drop unused Theme tokens (base06, base07, toastBg)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
4e3aa498e0
commit
792ecb80bb
1 changed files with 0 additions and 3 deletions
|
|
@ -153,15 +153,12 @@ in
|
||||||
readonly property color base03: "#${c.base03}"
|
readonly property color base03: "#${c.base03}"
|
||||||
readonly property color base04: "#${c.base04}"
|
readonly property color base04: "#${c.base04}"
|
||||||
readonly property color base05: "#${c.base05}"
|
readonly property color base05: "#${c.base05}"
|
||||||
readonly property color base06: "#${c.base06}"
|
|
||||||
readonly property color base07: "#${c.base07}"
|
|
||||||
readonly property color base08: "#${c.base08}"
|
readonly property color base08: "#${c.base08}"
|
||||||
readonly property color base0A: "#${c.base0A}"
|
readonly property color base0A: "#${c.base0A}"
|
||||||
readonly property color base0B: "#${c.base0B}"
|
readonly property color base0B: "#${c.base0B}"
|
||||||
readonly property color base0C: "#${c.base0C}"
|
readonly property color base0C: "#${c.base0C}"
|
||||||
readonly property color base0D: "#${c.base0D}"
|
readonly property color base0D: "#${c.base0D}"
|
||||||
readonly property color barBg: "#B3${c.base00}"
|
readonly property color barBg: "#B3${c.base00}"
|
||||||
readonly property color toastBg: "#E6${c.base00}"
|
|
||||||
readonly property string fontFamily: "${monoFont}"
|
readonly property string fontFamily: "${monoFont}"
|
||||||
// Ligature-based icon font: text "volume_up" renders the icon
|
// Ligature-based icon font: text "volume_up" renders the icon
|
||||||
readonly property string iconFont: "Material Symbols Rounded"
|
readonly property string iconFont: "Material Symbols Rounded"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue