summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDallas Reedy <code@dallasreedy.com>2010-05-07 10:21:27 -0700
committerDallas Reedy <code@dallasreedy.com>2010-05-07 10:21:27 -0700
commit74429549856521ea71fb4a3c9e6be0741f7c86f8 (patch)
tree85b9905066cb652ee607e84a926dfbb859b2f843 /themes
parentf9abe041e2b70217b0d2f5519a51a57854b49857 (diff)
parent7d036913c4476916fe8b0325ea9cd54266787021 (diff)
downloadzsh-74429549856521ea71fb4a3c9e6be0741f7c86f8.tar.gz
zsh-74429549856521ea71fb4a3c9e6be0741f7c86f8.tar.bz2
zsh-74429549856521ea71fb4a3c9e6be0741f7c86f8.zip
Merge remote branch 'robbyrussell/master'
Diffstat (limited to 'themes')
-rw-r--r--themes/sporty_256.zsh-theme13
1 files changed, 13 insertions, 0 deletions
diff --git a/themes/sporty_256.zsh-theme b/themes/sporty_256.zsh-theme
new file mode 100644
index 000000000..db0fc4277
--- /dev/null
+++ b/themes/sporty_256.zsh-theme
@@ -0,0 +1,13 @@
+# zsh theme requires 256 color enabled terminal
+# i.e TERM=xterm-256color
+# Preview - http://www.flickr.com/photos/adelcampo/4556482563/sizes/o/
+# based on robbyrussell's shell but louder!
+
+PROMPT='%{$fg_bold[blue]%}$(git_prompt_info) %F{208}%c%f
+%{$fg_bold[white]%}%# %{$reset_color%}'
+RPROMPT='%B%F{208}%n%f%{$fg_bold[white]%}@%F{039}%m%f%{$reset_color%}'
+
+ZSH_THEME_GIT_PROMPT_PREFIX="%F{154}±|%f%F{124}"
+ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
+ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}%B✘%b%F{154}|%f%{$reset_color%}"
+ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg[green]%}✔%F{154}|"