From e7748711ebeaae5bf08997f32a922d1f7a9dea1c Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Mon, 17 Aug 2020 16:49:56 +0000 Subject: [PATCH] Applied modifications for red theme --- agnoster-red.zsh-theme | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/agnoster-red.zsh-theme b/agnoster-red.zsh-theme index 518a14a..eba35ab 100644 --- a/agnoster-red.zsh-theme +++ b/agnoster-red.zsh-theme @@ -1,6 +1,7 @@ # vim:ft=zsh ts=2 sw=2 sts=2 # -# agnoster's Theme - https://gist.github.com/3712874 +# agnoster's Theme - Red Version +# Orignal (Blue): https://gist.github.com/3712874 # A Powerline-inspired theme for ZSH # # # README @@ -198,7 +199,7 @@ prompt_hg() { # Dir: current working directory prompt_dir() { - prompt_segment blue $CURRENT_FG '%~' + prompt_segment 88 254 '%~' } # Virtualenv: current working virtualenv