.vimrc配置
syntax enable syntax on set background=dark set term=xterm-256color let g:solarized_termcolors=256 let g:solarized_termtrans=1 colorscheme solarized
xshell配色方案
[Solarized Dark] black(bold)=002831 red(bold)=d11c24 green(bold)=738a05 yellow(bold)=a57706 blue(bold)=2176c7 magenta(bold)=c61c6f cyan(bold)=259286 white(bold)=eae3cb black=001e27 red=bd3613 green=475b62 yellow=536870 blue=708284 magenta=5956ba cyan=819090 white=fcf4dc text(bold)=708284 text=708284 background=001e27 [Names] count=1 name0=Solarized Dark
字体和大小,在.vimrc设置不管用,只能在xshell中设置
总结:折腾了好几天,还算满意。如果xshell不配色,单纯配置.vimrc,颜色不对。
不配置xshell不行,配置了xshell,导致xshell整个都是solarized风格
原文:https://www.cnblogs.com/wanshuduner/p/10883123.html