1# Auto-generated by Matugen
2
3set -g status-bg "{{colors.surface_container_lowest.default.hex}}"
4set -gq @thm_bar_bg "{{colors.surface_container_lowest.default.hex}}"
5
6set -gq @thm_bg "{{colors.surface.default.hex}}"
7set -gq @thm_fg "{{colors.on_surface.default.hex}}"
8set -gq @thm_primary "{{colors.primary.default.hex}}"
9set -gq @thm_inverse_primary "{{colors.inverse_primary.default.hex}}"
10set -gq @thm_surface_low "{{colors.surface_container_low.default.hex}}"
11set -gq @thm_surface "{{colors.surface_container.default.hex}}"
12set -gq @thm_surface_variant "{{colors.surface_container_high.default.hex}}"
13set -gq @thm_outline "{{colors.outline_variant.default.hex}}"
14set -gq @thm_text_variant "{{colors.on_surface_variant.default.hex}}"
15
16# Some variables/options must be re-set, which can be done here
17set -g status-style "bg=#{@thm_bg},fg=#{@thm_fg}"
18set -g window-active-style "bg=#{@thm_bg},fg=#{@thm_fg}"