catppuccin / fish

🐟 Soothing pastel theme for the Fish Shell
MIT License
284 stars 18 forks source link

feat: add missing colors, change escape color #13

Closed stasjok closed 1 year ago

stasjok commented 1 year ago
  1. Added missing variables fish_color_comment, fish_color_host_remote, fish_color_status from https://fishshell.com/docs/current/interactive.html#syntax-highlighting-variables. Before this change comments and hostname on a remote server use normal colors. Status code of the command looks strange to me.
  2. Changed color for fish_color_escape so that it differs from fish_color_param.

All the changes on a screenshot (Macchiato palette). Before:

before

After:

after

ghostx31 commented 1 year ago

Thanks for the PR!