Skip to content

Commit e4c1a0e

Browse files
committed
zfsbootmenu: fix fzf color spec for the ancient ones
Fixes: #791.
1 parent 0d96299 commit e4c1a0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zfsbootmenu/lib/fzf-defaults.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
fuzzy_default_options=(
1010
"--ansi" "--no-clear" "--cycle"
1111
"--layout=reverse-list" "--inline-info" "--tac"
12-
"--color='base16,current-fg:red,selected-fg:magenta'"
12+
"--color='16,current-fg:red,selected-fg:magenta'"
1313
"--bind" '"alt-h:execute[ /libexec/zfsbootmenu-help -L ${HELP_SECTION:-main-screen} 1>/dev/null ]"'
1414
"--bind" '"ctrl-h:execute[ /libexec/zfsbootmenu-help -L ${HELP_SECTION:-main-screen} 1>/dev/null ]"'
1515
"--bind" '"ctrl-alt-h:execute[ /libexec/zfsbootmenu-help -L ${HELP_SECTION:-main-screen} 1>/dev/null ]"'

0 commit comments

Comments
 (0)