oh-my-fish / theme-bobthefish

A Powerline-style, Git-aware fish theme optimized for awesome.
MIT License
1.46k stars 225 forks source link

Is it possible to change user, "@" and hostname color? #308

Closed ThoriumTextile closed 1 year ago

ThoriumTextile commented 3 years ago

AFAIK the closest solution is this, but i tried using set fish_color_host and set fish_color_user to no avail.

Thanks in advance.

bobthecow commented 1 year ago

Yep, you can set a custom color scheme via a bobthefish_colors function, and set username and hostname colors there:

function bobthefish_colors -S -d 'Define a custom bobthefish color scheme'
  set -x color_username white black --bold
  set -x color_hostname white black
end