Color-enabled man plugin for fish-shell.
This plugin to define the man function.
fisher add decors/fish-colored-man
omf install https://github.com/decors/fish-colored-man
If you want to change the colors, add the following options to your config.fish
.
# Solarized Dark & Green highlight
set -g man_blink -o red
set -g man_bold -o green
set -g man_standout -b black 93a1a1
set -g man_underline -u 93a1a1
# Solarized Light & Magenta highlight
set -g man_blink -o red
set -g man_bold -o magenta
set -g man_standout -b white 586e75
set -g man_underline -u 586e75
See also man set_color
.