It is not bright blue, it is regular blue, which is typically about two-thirds maximum brightness; something like #0000aa. I suspect blue is chosen because it is also perceptually the darkest of the available colors.
If white text on blue background is difficult to read, you can adjust the palette in the terminal emulator that you are using. On the Linux console you can make color 4 (blue) one-third bright using the sequence:
If white text on blue background is difficult to read, you can adjust the palette in the terminal emulator that you are using. On the Linux console you can make color 4 (blue) one-third bright using the sequence:
Code:
printf "\033]P4000055"
Statistics: Posted by jojopi — Mon Aug 12, 2024 7:01 pm