mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
8 lines
183 B
Text
8 lines
183 B
Text
colours=(250 60 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]}"
|
|
|