We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d4ef4 commit 12c4818Copy full SHA for 12c4818
prefix_highlight.tmux
@@ -64,7 +64,7 @@ main() {
64
empty_attr=$(tmux_option "$empty_attr_config" "$default_empty_attr") \
65
empty_has_affixes=$(tmux_option "$empty_has_affixes" "off")
66
67
- local -r prefix_highlight="#[fg=$fg_color]#[bg=$bg_color]"
+ local -r prefix_highlight="$(format_style "fg=$fg_color,bg=$bg_color")"
68
local -r prefix_mode="$prefix_highlight$output_prefix$prefix_prompt$output_suffix"
69
70
local -r copy_highlight="$(format_style "${copy_attr:+default,$copy_attr}")"
0 commit comments