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 2, 2024
1 parent 536db95 commit 17bfbcb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sobole.zsh-theme
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,11 @@ if [[ "$SOBOLE_FZF_THEME" != 'false' ]]; then
# fzf-tab theme, setting the default color for suggestions (blue for me)
# Test all colors: `msgcat --color=test`
zstyle ':fzf-tab:*' default-color $'\x1b[30m'
zstyle ':fzf-tab:*' fzf-flags '--color=hl:#5f87af'

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

Expand Down

0 comments on commit 17bfbcb

Please sign in to comment.