Skip to content

Commit

Permalink
Update sobole.zsh-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored May 5, 2024
1 parent 21c3ab3 commit 6db22c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sobole.zsh-theme
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ if [[ "$SOBOLE_FZF_THEME" != 'false' ]]; then

# Matched text highlight
local fzf_flags
fzf_flags=( '--color=hl:bold:bright-blue' )
fzf_flags=( '--color=hl:bright-blue' )
zstyle ':fzf-tab:*' fzf-flags $fzf_flags
fi
fi
Expand Down

0 comments on commit 6db22c9

Please sign in to comment.