Electerm 字体建议设置为:Consolas 和 Microsoft YaHei UI
主题配置如下:
themeName=Nice
main=#111111
main-dark=#000
main-light=#2E3338
text=#ddd
text-light=#fff
text-dark=#888
text-disabled=#777
primary=#ff461f
info=#FFD166
success=#06D6A0
error=#EF476F
warn=#E55934
terminal:background=#111111
terminal:foreground=#CACACA
terminal:cursor=#FFFFFF
terminal:selectionBackground=#ffffff
terminal:cursorAccent=#191919
terminal:black=#111111
terminal:red=#FF615A
terminal:green=#B1E969
terminal:yellow=#EBD99C
terminal:blue=#5DA9F6
terminal:magenta=#E86AFF
terminal:cyan=#82FFF7
terminal:white=#DEDACF
terminal:brightBlack=#111111
terminal:brightRed=#F58C80
terminal:brightGreen=#DDF88F
terminal:brightYellow=#EEE5B2
terminal:brightBlue=#A5C7FF
terminal:brightMagenta=#DDAAFF
terminal:brightCyan=#B7FFF9
terminal:brightWhite=#FFFFFF
主题效果
[root@localhost /root]# 颜色配置
vim /etc/profile
export PS1='[\[\e[34;40m\]\u@\[\e[32;40m\]\h\[\e[0m\] \[\e[31;40m\]$PWD\[\e[0m\]]# '
生效
source /etc/profile