style: formatting of templates

This commit is contained in:
Folke Lemaitre
2022-11-08 21:58:44 +01:00
parent a9f4933221
commit 9281930d58
7 changed files with 1294 additions and 314 deletions

View File

@@ -56,7 +56,7 @@ color15 ${fg}
# extended colors
color16 ${orange}
color17 ${red1}
]],
]],
colors
)
return kitty

View File

@@ -41,7 +41,7 @@ setw -g window-status-current-format "#[fg=${bg_statusline},bg=${fg_gutter},nobo
# tmux-plugins/tmux-prefix-highlight support
set -g @prefix_highlight_output_prefix "#[fg=${yellow}]#[bg=${bg_statusline}]#[fg=${bg_statusline}]#[bg=${yellow}]"
set -g @prefix_highlight_output_suffix ""
]],
]],
colors
)
return tmux