我的xshell配色方案,绿色/护眼/留存/备份

[mycolor]
text(bold)=e9e9e9
magenta(bold)=ff00ff
text=00ff80
white(bold)=fdf6e3
green=80ff00
red(bold)=ff0000
green(bold)=3c5a38
black(bold)=808080
red=ff4500
blue=00bfff
black=000000
blue(bold)=1e90ff
yellow(bold)=ffff00
cyan(bold)=00ffff
yellow=c0c000
magenta=c000c0
background=042028
white=c0c0c0
cyan=00c0c0
[Names]
count=1
name0=mycolor

绿色,护眼,留存,备份

vimrc配置

set nu
syntax on
set ruler
set showcmd
set autoindent
set tabstop=4
set softtabstop=4
set shiftwidth=4
set history=1000

vim补全看这里
https://blog.csdn.net/qq_37347705/article/details/101637831

猜你喜欢

转载自www.cnblogs.com/passzhang/p/13176918.html