Revert fzf.sh file for ZSH
This commit is contained in:
9
zsh/.profile.d/fzf.sh
Normal file
9
zsh/.profile.d/fzf.sh
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# Export Catppuccin Frappe theme for fzf
|
||||||
|
export FZF_DEFAULT_OPTS=" \
|
||||||
|
--color=bg+:#414559,bg:#303446,spinner:#F2D5CF,hl:#E78284 \
|
||||||
|
--color=fg:#C6D0F5,header:#E78284,info:#CA9EE6,pointer:#F2D5CF \
|
||||||
|
--color=marker:#BABBF1,fg+:#C6D0F5,prompt:#CA9EE6,hl+:#E78284 \
|
||||||
|
--color=selected-bg:#51576D \
|
||||||
|
--color=border:#414559,label:#C6D0F5"
|
||||||
Reference in New Issue
Block a user