home-environments: radio: Fix fzf colors

main
Luis Guilherme Coelho 2024-11-25 23:16:18 -03:00
parent ef7f250fdb
commit 58a9713d4a
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 18 additions and 11 deletions

View File

@ -248,13 +248,20 @@
(environment-variables
;; adicionar toggle de dotfiles na lista e no preview
;; adicionar toggle pro base-directory ser $PWD
`(("fzf_preview_dir_cmd" . "")
("FZF_DEFAULT_OPTS" . ("--filepath-word"
`(("LS_COLORS" . "'di=01;34:ln=01;36:or=01;31'")
("fzf_preview_dir_cmd" . "")
("FZF_DEFAULT_OPTS"
. ("--filepath-word"
"--height=~40%"
"--layout=reverse"
"--scheme=path"
"--scroll-off=2"))
("fzf_fd_opts" . ("--absolute-path"
"--scroll-off=2"
"--color=fg:blue,hl:#cccccc"
"--color=fg+:blue,hl+:#cccccc"
"--color=prompt:blue,pointer:blue"
"--color=info:#ffffff,border:#000000"))
("fzf_fd_opts"
. ("--absolute-path"
"--exclude='\\..*'"
"--follow"
"--base-directory=$HOME"