mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
Adding sunshine theme
This commit is contained in:
parent
b204ce8f67
commit
d83ec70ad0
1 changed files with 14 additions and 0 deletions
14
themes/sunshine.zsh-theme
Normal file
14
themes/sunshine.zsh-theme
Normal 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=" "
|
||||||
Loading…
Add table
Add a link
Reference in a new issue