fish icon indicating copy to clipboard operation
fish copied to clipboard

Add custom color variables

Open simono opened this issue 9 months ago • 0 comments

These variables can be used to theme prompts etc.

Example

Right now if I want to style hydro, I use:

# Foam
set -g hydro_color_pwd $fish_color_keyword

That's not easy understandable.

With this change I can use:

set -g hydro_color_pwd $fish_color_foam

simono avatar Apr 24 '25 10:04 simono