Adding sunshine theme

This commit is contained in:
andy matthews 2012-12-03 09:51:30 -06:00
commit d83ec70ad0

14
themes/sunshine.zsh-theme Normal file
View file

@ -0,0 +1,14 @@
#-------------------------------------------------------------------------------
# Sunrise theme for oh-my-zsh by Andy Matthews (@commadelimited)
#-------------------------------------------------------------------------------
PROMPT='%{$fg_bold[yellow]%}☀ %{$fg_bold[red]%}%p %{$fg[red]%}%c %{$fg_bold[cyan]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}[%{$fg[cyan]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[green]%}] %{$fg[yellow]%}⚡%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[green]%}]"
ZSH_THEME_SVN_PROMPT_PREFIX="svn:("
ZSH_THEME_SVN_PROMPT_SUFFIX=")"
ZSH_THEME_SVN_PROMPT_DIRTY="%{$fg[red]%} ✘ %{$reset_color%}"
ZSH_THEME_SVN_PROMPT_CLEAN=" "