dotfiles/.config/matugen/templates/tmux-colors.conf
2026-04-12 11:58:16 +02:00

18 lines
1.1 KiB
Text

# Auto-generated by Matugen
set -g status-bg "{{colors.surface_container_lowest.default.hex}}"
set -gq @thm_bar_bg "{{colors.surface_container_lowest.default.hex}}"
set -gq @thm_bg "{{colors.surface.default.hex}}"
set -gq @thm_fg "{{colors.on_surface.default.hex}}"
set -gq @thm_primary "{{colors.primary.default.hex}}"
set -gq @thm_inverse_primary "{{colors.inverse_primary.default.hex}}"
set -gq @thm_surface_low "{{colors.surface_container_low.default.hex}}"
set -gq @thm_surface "{{colors.surface_container.default.hex}}"
set -gq @thm_surface_variant "{{colors.surface_container_high.default.hex}}"
set -gq @thm_outline "{{colors.outline_variant.default.hex}}"
set -gq @thm_text_variant "{{colors.on_surface_variant.default.hex}}"
# Some variables/options must be re-set, which can be done here
set -g status-style "bg=#{@thm_bg},fg=#{@thm_fg}"
set -g window-active-style "bg=#{@thm_bg},fg=#{@thm_fg}"