From 11a1c99329b588fdf49fe01354b92bbc4ee8fa6d Mon Sep 17 00:00:00 2001 From: imjoseangel Date: Sat, 5 Aug 2017 09:42:02 +0200 Subject: [PATCH] More Readable Colors for Prompt --- themes/agnoster.zsh-theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/agnoster.zsh-theme b/themes/agnoster.zsh-theme index 07546fd34..376619d6a 100644 --- a/themes/agnoster.zsh-theme +++ b/themes/agnoster.zsh-theme @@ -80,7 +80,7 @@ prompt_end() { # Context: user@hostname (who am I and where am I) prompt_context() { if [[ "$USER" != "$DEFAULT_USER" || -n "$SSH_CLIENT" ]]; then - prompt_segment black default "%(!.%{%F{yellow}%}.)$USER@%m" + prompt_segment magenta default "%(!.%{%F{yellow}%}.)$USER@%m" fi } @@ -187,7 +187,7 @@ prompt_hg() { # Dir: current working directory prompt_dir() { - prompt_segment blue black '%~' + prompt_segment blue defatul '%~' } # Virtualenv: current working virtualenv