added additional matugen templating. guides coming soon
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# 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}"
|
||||
Reference in New Issue
Block a user