This commit is contained in:
Armin 2015-03-13 19:53:22 +01:00
commit 2ac8039dd6
5 changed files with 203 additions and 57 deletions

6
lib/powerline/nagios Normal file
View file

@ -0,0 +1,6 @@
colours=(252 29 152 32)
prompt_context_user_fg="${colours[1]}"
prompt_context_user_bg="${colours[2]}"
prompt_context_root_fg="${colours[3]}"
prompt_context_root_bg="${colours[4]}"

6
lib/powerline/reality Normal file
View file

@ -0,0 +1,6 @@
colours=(252 126 152 32)
prompt_context_user_fg="${colours[1]}"
prompt_context_user_bg="${colours[2]}"
prompt_context_root_fg="${colours[3]}"
prompt_context_root_bg="${colours[4]}"