Swap to one-light colorscheme
This commit is contained in:
parent
c39e41bc7f
commit
03bf418598
3
zshrc
3
zshrc
|
@ -1674,7 +1674,8 @@ esac
|
|||
# Gestion de la couleur pour 'ls' (exportation de LS_COLORS)
|
||||
# First, use vivid {{{
|
||||
if [ $(command -v vivid) ]; then
|
||||
export LS_COLORS="$(vivid generate dracula)"
|
||||
#export LS_COLORS="$(vivid generate dracula)"
|
||||
export LS_COLORS="$(vivid generate one-light)"
|
||||
# }}}
|
||||
# Second, use dircolors {{{
|
||||
elif [ -x /usr/bin/dircolors ]
|
||||
|
|
Loading…
Reference in New Issue