Good news! If you want your #fishshell to be annoying, use this:
function randomize-colors --on-event fish_postexec for var in (set -n | string match 'fish_*color*') set -g $var (random choice (set_color -c | string match -v black)) endend
@faho thank you, needed this today 🙏
a Schelling point for those who seek one