Swap to one-light colorscheme

This commit is contained in:
gardouille 2023-08-07 16:31:12 +02:00
parent c39e41bc7f
commit 03bf418598
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 2 additions and 1 deletions

3
zshrc
View File

@ -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 ]