summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2011-07-23 09:39:25 -0700
committerRobby Russell <robby@planetargon.com>2011-07-23 09:39:25 -0700
commit2816ea726eac3ed861862280234ca4a2bb313191 (patch)
tree419553bf9e00e919c5177b3e5b56be244d026b37 /themes
parentfc6f07206efba43d1b7e434e3ea4fa15de003584 (diff)
parent4facba9824b7c3d0115c5f66e5b1517bd5674027 (diff)
downloadzsh-2816ea726eac3ed861862280234ca4a2bb313191.tar.gz
zsh-2816ea726eac3ed861862280234ca4a2bb313191.tar.bz2
zsh-2816ea726eac3ed861862280234ca4a2bb313191.zip
Merge pull request #251 from kalasjocke/master
New terminalparty theme
Diffstat (limited to 'themes')
-rw-r--r--themes/terminalparty.zsh-theme9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/terminalparty.zsh-theme b/themes/terminalparty.zsh-theme
new file mode 100644
index 000000000..73653aca8
--- /dev/null
+++ b/themes/terminalparty.zsh-theme
@@ -0,0 +1,9 @@
+PROMPT='%{$fg[green]%} %% '
+# RPS1='%{$fg[blue]%}%~%{$reset_color%} '
+RPS1='%{$fg[white]%}%2~$(git_prompt_info) %{$fg_bold[blue]%}%m%{$reset_color%}'
+
+ZSH_THEME_GIT_PROMPT_PREFIX=" (%{$fg[yellow]%}"
+ZSH_THEME_GIT_PROMPT_SUFFIX=")%{$reset_color%}"
+ZSH_THEME_GIT_PROMPT_CLEAN=""
+ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%} ⚡%{$fg[yellow]%}"
+