💄 Add Catppuccin fzf theme
This commit is contained in:
parent
76be2a4bac
commit
78f0cce7cc
1 changed files with 6 additions and 0 deletions
|
@ -9,3 +9,9 @@ set -g man_underline -u f5c2e7 magenta
|
|||
# Starship
|
||||
set -gx STARSHIP_CONFIG "$DOT/fish/starship.toml"
|
||||
starship init fish | source
|
||||
|
||||
# fzf
|
||||
set -Ux FZF_DEFAULT_OPTS "\
|
||||
--color=bg+:#313244,bg:#1e1e2e,spinner:#f5e0dc,hl:#f38ba8 \
|
||||
--color=fg:#cdd6f4,header:#f38ba8,info:#cba6f7,pointer:#f5e0dc \
|
||||
--color=marker:#f5e0dc,fg+:#cdd6f4,prompt:#cba6f7,hl+:#f38ba8"
|
||||
|
|
Loading…
Reference in a new issue