In your Terminal's Edit → Preferences menu, what is your Palette set to? Some of them redefine what core ANSI colour codes mean, so you may not get the colours you asked for. In the default VGA palette, it seems to get them right for me: Maybe Mystic has a setting to make colours look better, or perhaps it's hardcoded to assume xterm, xterm256 or Mac Terminal colours.
Code:
fg=31;for name in Red Green Yellow Blue Magenta Cyan White; do /usr/bin/echo -e '\e['"$fg"';40m * '"$name"' on Black'; /usr/bin/echo -e '\e['"$((fg+60))"';40m * Bright '"$name"' on Black';fg=$((fg+1)); done;/usr/bin/echo -ne '\e[39;49m'
Statistics: Posted by scruss — Sun Dec 31, 2023 7:08 pm