Files
arthur-os/default/themed/shell.toml.tpl
T
Ryan Hughes 079be0a1a7 Slim down comments in shell.toml.tpl
Keep only the non-obvious bits: the override mechanism, what counts as
"active" on the bar, the flyout text-color constraint, the
notifications-border convention, and the image-picker alpha modulation.
Drop comments that just restated the key names.
2026-05-16 00:37:12 -04:00

35 lines
1013 B
Smarty

# Omarchy shell colors. Defaults derive from colors.toml; themes can ship
# themes/<name>/shell.toml to override individual keys.
[bar]
background = "{{ background }}"
text = "{{ foreground }}"
# Modules calling attention to themselves (recording, voxtype, alerts, updates)
active = "{{ color1 }}"
[popups]
# Shared by every bar flyout. Body text inside flyouts is not separately
# themable — it follows [bar].text.
background = "{{ background }}"
border = "{{ foreground }}"
[notifications]
background = "{{ background }}"
text = "{{ foreground }}"
# Conventionally matches the Hyprland active-window border
border = "{{ accent }}"
countdown = "{{ accent }}"
[menu]
background = "{{ background }}"
text = "{{ foreground }}"
selected = "{{ accent }}"
[image-picker]
# Drawn at ~70% alpha as a scrim
background = "{{ background }}"
text = "{{ foreground }}"
selected-border = "{{ accent }}"
# Drawn at ~28% alpha
unselected-border = "{{ foreground }}"