From 4945b602fb33dc8672b27dab3e608cf63875c3f1 Mon Sep 17 00:00:00 2001 From: Carl Caum Date: Mon, 12 Aug 2013 20:52:22 -0700 Subject: [PATCH] Add candy-wrapper theme This is custom theme based on the candy theme. This does away with the timestamp in the prompt and uses stronger colors that work better against a dark background. --- themes/candy-wrapper.zsh-theme | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 themes/candy-wrapper.zsh-theme diff --git a/themes/candy-wrapper.zsh-theme b/themes/candy-wrapper.zsh-theme new file mode 100644 index 000000000..ea36f0318 --- /dev/null +++ b/themes/candy-wrapper.zsh-theme @@ -0,0 +1,7 @@ +PROMPT=$'(%{$fg[red]%}%n@%m%{$reset_color%}) %F{81}%~%{$reset_color%} $(rvm_prompt_info) $(git_prompt_info)\ +%F{81}↪ %{$reset_color%}' + +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}[" +ZSH_THEME_GIT_PROMPT_SUFFIX="]%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}*%{$fg[green]%}" +ZSH_THEME_GIT_PROMPT_CLEAN=""