From 71190a8a1b372997c16e686f9b4201feb889b6e4 Mon Sep 17 00:00:00 2001 From: Edi Mejia Date: Mon, 20 Nov 2017 11:43:29 -0500 Subject: [PATCH] best color --- custom/themes/edisaac.zsh-theme | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom/themes/edisaac.zsh-theme b/custom/themes/edisaac.zsh-theme index a7b0a4dd3..6901f21f4 100644 --- a/custom/themes/edisaac.zsh-theme +++ b/custom/themes/edisaac.zsh-theme @@ -31,11 +31,11 @@ function mygit() { COLOR_ROOT="%{$fg_bold[green]%}" -function getruta() {echo "%{$fg_bold[grey]%}[%~]%{$reset_color%}"} +function getruta() {echo "%{$fg[cyan]%}[%~]%{$reset_color%}"} function getrutalength() {echo "[%{$fg_bold[grey]%}%30>...>%~%>>]%{$reset_color%}"} -function getusername(){echo "%{$fg[green]%}%n%b%{$fg[cyan]%}@%{$fg[magenta]%}%m%{$reset_color%}"} +function getusername(){echo "%{$fg[green]%}%n%b%{$fg[yellow]%}@%{$fg[magenta]%}%m%{$reset_color%}"} function gettime(){echo "%b%{$fg[yellow]%}%D{"%I:%M:%S"}%b%{$reset_color%}"} -function dirpwd() {echo "%{$fg_bold[blue]%}%1~%{$reset_color%}"} +function dirpwd() {echo "%{$fg_bold[cyan]%}%1~%{$reset_color%}"} # alternate prompt with git & hg PROMPT=$' $COLOR_ROOT┌─< $(dirpwd) $(getruta)