From 458da5895a5fd13823545c187cf64436b39c8266 Mon Sep 17 00:00:00 2001
From: Christopher Chow <soliah@gmail.com>
Date: Fri, 30 Apr 2010 16:36:03 +0800
Subject: [PATCH] Added my own theme.

---
 themes/Soliah.zsh-theme | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 themes/Soliah.zsh-theme

diff --git a/themes/Soliah.zsh-theme b/themes/Soliah.zsh-theme
new file mode 100644
index 000000000..7ad876d41
--- /dev/null
+++ b/themes/Soliah.zsh-theme
@@ -0,0 +1,6 @@
+PROMPT='%{$fg[blue]%}%B%20~%b%{$reset_color%}%{$(git_prompt_info)%} $ '
+
+ZSH_THEME_GIT_PROMPT_PREFIX="(%{$fg[green]%}"
+ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%})"
+ZSH_THEME_GIT_PROMPT_DIRTY="*%{$reset_color%}"
+