]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/themes/sporty_256.zsh-theme
e008a8664d8b3f4ed4967e5114d4dff481e8d76c
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / themes / sporty_256.zsh-theme
1 # zsh theme requires 256 color enabled terminal
2 # i.e TERM=xterm-256color
3 # Preview - https://www.flickr.com/photos/adelcampo/4556482563/sizes/o/
4 # based on robbyrussell's shell but louder!
5
6 PROMPT='%{$fg_bold[blue]%}$(git_prompt_info) %F{208}%c%f
7 %{$fg_bold[white]%}%# %{$reset_color%}'
8 RPROMPT='%B%F{208}%n%f%{$fg_bold[white]%}@%F{039}%m%f%{$reset_color%}'
9
10 ZSH_THEME_GIT_PROMPT_PREFIX="%F{154}±|%f%F{124}"
11 ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
12 ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}%B✘%b%F{154}|%f%{$reset_color%}"
13 ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg[green]%}✔%F{154}|"