Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 2520

Raspberry Pi OS • Re: LX-Terminal does not show the color white

$
0
0
In your Terminal's EditPreferences 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:

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'
2023-12-31-140503_739x490_scrot.png
Maybe Mystic has a setting to make colours look better, or perhaps it's hardcoded to assume xterm, xterm256 or Mac Terminal colours.

Statistics: Posted by scruss — Sun Dec 31, 2023 7:08 pm



Viewing all articles
Browse latest Browse all 2520

Trending Articles