We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d96299 commit e4c1a0eCopy full SHA for e4c1a0e
1 file changed
zfsbootmenu/lib/fzf-defaults.sh
@@ -9,7 +9,7 @@
9
fuzzy_default_options=(
10
"--ansi" "--no-clear" "--cycle"
11
"--layout=reverse-list" "--inline-info" "--tac"
12
- "--color='base16,current-fg:red,selected-fg:magenta'"
+ "--color='16,current-fg:red,selected-fg:magenta'"
13
"--bind" '"alt-h:execute[ /libexec/zfsbootmenu-help -L ${HELP_SECTION:-main-screen} 1>/dev/null ]"'
14
"--bind" '"ctrl-h:execute[ /libexec/zfsbootmenu-help -L ${HELP_SECTION:-main-screen} 1>/dev/null ]"'
15
"--bind" '"ctrl-alt-h:execute[ /libexec/zfsbootmenu-help -L ${HELP_SECTION:-main-screen} 1>/dev/null ]"'
0 commit comments