2026-02-22 18:31:08 +00:00
|
|
|
# background color of the root window
|
2026-02-24 00:25:39 +00:00
|
|
|
rootcolor=0x{{ color12 | strip }}ff
|
2026-02-22 18:31:08 +00:00
|
|
|
|
|
|
|
|
# inactive window border
|
2026-02-24 00:25:39 +00:00
|
|
|
bordercolor=0x{{ color0 | strip }}ff
|
2026-02-22 18:31:08 +00:00
|
|
|
|
|
|
|
|
# active window border
|
2026-02-24 00:25:39 +00:00
|
|
|
focuscolor=0x{{ color14 | strip }}ff
|
2026-02-22 18:31:08 +00:00
|
|
|
|
|
|
|
|
# urgent / alerted window border
|
2026-02-24 00:25:39 +00:00
|
|
|
urgentcolor=0x{{ color10 | strip }}ff
|