Added new lightweight theme 'sirex', screenshot: http://imagebin.org/170652

This commit is contained in:
sirex 2011-09-02 09:51:53 +03:00
commit 4d2a52d1fe

23
themes/sirex.zsh-theme Normal file
View file

@ -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%} '