mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
add color definition for box
This commit is contained in:
parent
43e866695e
commit
222226ffb6
1 changed files with 10 additions and 0 deletions
10
lib/powerline/box
Normal file
10
lib/powerline/box
Normal file
|
|
@ -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"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue