From 222226ffb66d86ba25b1856efa2d7b90b3514d22 Mon Sep 17 00:00:00 2001 From: Armin Jenewein Date: Wed, 18 Mar 2015 13:01:52 +0100 Subject: [PATCH] add color definition for box --- lib/powerline/box | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lib/powerline/box diff --git a/lib/powerline/box b/lib/powerline/box new file mode 100644 index 000000000..92840a0ed --- /dev/null +++ b/lib/powerline/box @@ -0,0 +1,10 @@ +# use $HOME/.zsh/256-color-test.py to test colors. + +# user colors +prompt_context_user_fg="252" +prompt_context_user_bg="240" + +# root colors +prompt_context_root_fg="152" +prompt_context_root_bg="32" +