From 03bf418598e4935cd4590eba30d44dc7e8b70eb0 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Mon, 7 Aug 2023 16:31:12 +0200 Subject: [PATCH] Swap to one-light colorscheme --- zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ]