From 16a32a80c3ca285cd09e6143a6c85271d9a000af Mon Sep 17 00:00:00 2001 From: Nathan Stilwell Date: Mon, 22 Feb 2016 23:39:34 -0500 Subject: [PATCH] bringing block prompt into closer duotone dark colors --- themes/block-prompt.zsh-theme | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/themes/block-prompt.zsh-theme b/themes/block-prompt.zsh-theme index 799c3c07b..e8948b2e3 100644 --- a/themes/block-prompt.zsh-theme +++ b/themes/block-prompt.zsh-theme @@ -16,9 +16,9 @@ # $FG[125] - strawberry # $FG[145] - white -PROMPT='%{$BG[028]%}%{$fg[white]%} $(collapse_pwd) \ +PROMPT='%{$BG[008]%}%{$fg[white]%} $(collapse_pwd) \ %{$BG[056]%}%{$fg[white]%}$(git_prompt_short_sha)\ -%{$BG[019]%}%{$fg[white]%}$(git_prompt_info)\ +%{$BG[093]%}%{$fg[white]%}$(git_prompt_info)\ %{$reset_color%}$(git_prompt_status) %{$reset_color%}> ' @@ -51,5 +51,3 @@ function collapse_pwd { # Some Special Characters if you want to swap out the prompts # ----------------------------------------------------------- # ✰ ✼ ✪ ✙ ♔ ♘ ♜ ♛ ♚ ♞ ♬ ⏀ ⌦ ⌘ ≫ ⇪ ☩ ☀ ☂ ★ ⚓ Ө β δ Σ Ω μ Δ ↪ - -