Skip to content

Instantly share code, notes, and snippets.

@Ferenc-
Created January 6, 2016 05:31
Show Gist options
  • Save Ferenc-/2498545f6de485f3411e to your computer and use it in GitHub Desktop.
Save Ferenc-/2498545f6de485f3411e to your computer and use it in GitHub Desktop.
--git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme
index b039f0d..85143e6 100755
--- a/powerlevel9k.zsh-theme
+++ b/powerlevel9k.zsh-theme
@@ -791,7 +791,7 @@ prompt_status() {
bg="red"
else
symbols+="%F{046}$(print_icon 'OK_ICON')%f"
- bg="black"
+ bg="234"
fi
else
[[ "$RETVAL" -ne 0 ]] && symbols+="%{%F{red}%}$(print_icon 'FAIL_ICON')%f"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment