From bbfafa87d26db9f44b20554f87941cbb67ed5dd4 Mon Sep 17 00:00:00 2001 From: Erik Cowley Date: Sat, 5 Aug 2023 15:02:50 -0400 Subject: [PATCH] Change virtual env prompt color to blue --- cowley.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cowley.zsh-theme b/cowley.zsh-theme index 0d0a7c0..fc54f4c 100644 --- a/cowley.zsh-theme +++ b/cowley.zsh-theme @@ -12,5 +12,5 @@ ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} " ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[yellow]%}) %{$fg[yellow]%}✗" ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[yellow]%})" -ZSH_THEME_VENV_PROMPT_PREFIX="%{$fg_bold[green]%}(" +ZSH_THEME_VENV_PROMPT_PREFIX="%{$fg_bold[blue]%}(" ZSH_THEME_VENV_PROMPT_SUFFIX=")%{$reset_color%} "