From 4d2a52d1fe37cf53fa457c3bb1de4275ea9e4a36 Mon Sep 17 00:00:00 2001 From: sirex Date: Fri, 2 Sep 2011 09:51:53 +0300 Subject: [PATCH] Added new lightweight theme 'sirex', screenshot: http://imagebin.org/170652 --- themes/sirex.zsh-theme | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 themes/sirex.zsh-theme diff --git a/themes/sirex.zsh-theme b/themes/sirex.zsh-theme new file mode 100644 index 000000000..c13c58712 --- /dev/null +++ b/themes/sirex.zsh-theme @@ -0,0 +1,23 @@ +# ------------------------------------------------------------------------ +# Mantas Zimnickas oh-my-zsh theme +# based on juanghurtado theme +# ------------------------------------------------------------------------ + +# Color shortcuts +RED=$fg[red] +YELLOW=$fg[yellow] +GREEN=$fg[green] +WHITE=$fg[white] +BLUE=$fg[blue] +RED_BOLD=$fg_bold[red] +YELLOW_BOLD=$fg_bold[yellow] +GREEN_BOLD=$fg_bold[green] +WHITE_BOLD=$fg_bold[white] +BLUE_BOLD=$fg_bold[blue] +RESET_COLOR=$reset_color + +RETURN_CODE="%(?..%{$YELLOW%}%? ↵%{$RESET_COLOR%})" + +PROMPT=' +< %{$GREEN_BOLD%}%n@%M%{$RESET_COLOR%} : %{$YELLOW%}%/%{$RESET_COLOR%} > ${RETURN_CODE} +%{$GREEN_BOLD%}>%{$RESET_COLOR%} '