···11+if status is-interactive
22+ fish_config theme choose catppuccin-mocha
33+44+ set -l peach fab387
55+ set -l mauve cba6f7
66+ set -l flamingo f2cdcd
77+88+ set -g fish_color_param normal
99+ set -g fish_color_command $peach
1010+ set -g fish_color_keyword $mauve
1111+ set -g fish_color_option $flamingo
1212+end