mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
14 lines
210 B
Text
14 lines
210 B
Text
# use $HOME/.zsh/256-color-test.py to test colors.
|
|
|
|
echo true
|
|
|
|
# user colors
|
|
prompt_context_user_fg="252"
|
|
prompt_context_user_bg="240"
|
|
|
|
# root colors
|
|
prompt_context_root_fg="172"
|
|
prompt_context_root_bg="52"
|
|
|
|
|
|
|