From 0e32a16329e1a3a31f4bffce1a2c9eea3e21eb83 Mon Sep 17 00:00:00 2001 From: Edward Dorrington Date: Tue, 7 Jan 2014 09:56:43 -0800 Subject: [PATCH] Modified LS_COLORS palette --- edorrington.zsh-theme.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edorrington.zsh-theme.zsh b/edorrington.zsh-theme.zsh index 3169d19..a4bcceb 100644 --- a/edorrington.zsh-theme.zsh +++ b/edorrington.zsh-theme.zsh @@ -5,6 +5,6 @@ ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗%{$reset_color%}" ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})" -export LSCOLORS='exfxcxdxbxgxdxabagacad' +export LSCOLORS=gxfxbEaEBxxEhEhBaDaCaD export LS_COLORS='di=34:ln=35:so=32:pi=33:ex=31:bd=36;01:cd=33;01:su=31;40;07:sg=36;40;07:tw=32;40;07:ow=33;40;07:'