function fish_colors --description 'Print the fish color variables' for i in (set -n | string match 'fish*_color*') echo $i (set_color $$i)$$i(set_color normal) end end