问题描述
我正在尝试使用一种明亮的终端色作为背景色。
经过大量的研究和反复试验,我希望能够将fg设置为brightwhite,将背景设置为black,并使用反向视频,但是,我在lightgrey(或“ white” )。
我正在运行全新的Arch安装,并将VT1与ZSH和TMUX结合使用(无开发环境或Windows Manager)。
echo $TERM #=> linux (without tmux)
echoti colors #=> 8
echo $TERM #=> screen-256color (with tmux)
echoti colors #=> 256
# I expect this to print black text on a bright white background
echo -en "\e[1;7;37;40m Hello World"
# I would also expect this to choose the bright white color,but its the same
echo -en "\e[30;107m Hello World"
我想知道这是否可行,并且对了解为什么或为什么不感兴趣。 Ansi参考
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)