mirror of https://codeberg.org/anemofilia/zero
home-environments: radio: Fix fzf colors
parent
ef7f250fdb
commit
58a9713d4a
|
@ -248,17 +248,24 @@
|
||||||
(environment-variables
|
(environment-variables
|
||||||
;; adicionar toggle de dotfiles na lista e no preview
|
;; adicionar toggle de dotfiles na lista e no preview
|
||||||
;; adicionar toggle pro base-directory ser $PWD
|
;; adicionar toggle pro base-directory ser $PWD
|
||||||
`(("fzf_preview_dir_cmd" . "")
|
`(("LS_COLORS" . "'di=01;34:ln=01;36:or=01;31'")
|
||||||
("FZF_DEFAULT_OPTS" . ("--filepath-word"
|
("fzf_preview_dir_cmd" . "")
|
||||||
"--height=~40%"
|
("FZF_DEFAULT_OPTS"
|
||||||
"--layout=reverse"
|
. ("--filepath-word"
|
||||||
"--scheme=path"
|
"--height=~40%"
|
||||||
"--scroll-off=2"))
|
"--layout=reverse"
|
||||||
("fzf_fd_opts" . ("--absolute-path"
|
"--scheme=path"
|
||||||
"--exclude='\\..*'"
|
"--scroll-off=2"
|
||||||
"--follow"
|
"--color=fg:blue,hl:#cccccc"
|
||||||
"--base-directory=$HOME"
|
"--color=fg+:blue,hl+:#cccccc"
|
||||||
"--type=directory"))))))
|
"--color=prompt:blue,pointer:blue"
|
||||||
|
"--color=info:#ffffff,border:#000000"))
|
||||||
|
("fzf_fd_opts"
|
||||||
|
. ("--absolute-path"
|
||||||
|
"--exclude='\\..*'"
|
||||||
|
"--follow"
|
||||||
|
"--base-directory=$HOME"
|
||||||
|
"--type=directory"))))))
|
||||||
|
|
||||||
#|Environment variables services|#
|
#|Environment variables services|#
|
||||||
(simple-service 'home-shell-environment-variables
|
(simple-service 'home-shell-environment-variables
|
||||||
|
|
Loading…
Reference in New Issue