mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
10 lines
197 B
Text
10 lines
197 B
Text
# 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"
|
|
|