From 2f98a1ed9db8bf5ac3cf9c32979c0036190c754c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9stor=20Coppi?= Date: Thu, 13 Feb 2014 15:26:34 -0300 Subject: [PATCH] Adding Shelvak theme --- themes/Shelvak.zsh-theme | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 themes/Shelvak.zsh-theme diff --git a/themes/Shelvak.zsh-theme b/themes/Shelvak.zsh-theme new file mode 100644 index 000000000..3d38214eb --- /dev/null +++ b/themes/Shelvak.zsh-theme @@ -0,0 +1,14 @@ +# Shelvak.zsh-theme +# +# Author: Nestor Coppi +# Nick: Shelvak +# URL: https:/github.com/Shelvak +# Image: https://dl.dropboxusercontent.com/u/58379025/Shelvak-theme.png + +PROMPT='%{$fg_bold[green]%}%p %{$fg[green]%}%c%{$fg_bold[cyan]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}' +RPROMPT='%{$fg[blue]%}[%n » %D{%I:%M:%S}]%{$reset_color%}' + +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}(%{$fg[cyan]%}" +ZSH_THEME_GIT_PROMPT_SUFFIX="%{$fg[cyan]%}→%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[green]%})%{$fg[yellow]%}🍺 %{$reset_color%}" +ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[green]%})"