
It looks like the colors in show style are based on the ANSI color code \033[0;xxm, where xx stands for some two-digit number. This is too dark. It needs to be changed to \033[1;xxm to make it brighter and thus more visible on the black background.
If I change the color by using set style highlight foreground [insert color] for example, I'm only able to choose other color frequencies, but I don't seem to have the option to change the light intensity. Thus more options are needed for choosing colors.
It looks like the colors in
show styleare based on the ANSI color code\033[0;xxm, wherexxstands for some two-digit number. This is too dark. It needs to be changed to\033[1;xxmto make it brighter and thus more visible on the black background.If I change the color by using
set style highlight foreground [insert color]for example, I'm only able to choose other color frequencies, but I don't seem to have the option to change the light intensity. Thus more options are needed for choosing colors.