diff --git a/zshrc b/zshrc index c30f9c3..da170fc 100644 --- a/zshrc +++ b/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 ]