windows wsl vim 修改配色方案
6
- 在 home 目录下创建或者编辑
.vimrc
配置文件 - 在配置文件增加如下内容:
syntax on colorscheme darkblue
配置内容中,darkblue
为配色方案,可以使用 ls -l /usr/share/vim/vim*/colors/
命令查看系统支持的配色方案:
chinacpp@chinacpp:~$ ls -l /usr/share/vim/vim*/colors/ total 80 -rw-r--r-- 1 root root 2476 Oct 17 2023 blue.vim -rw-r--r-- 1 root root 2990 Oct 17 2023 darkblue.vim -rw-r--r-- 1 root root 548 Oct 17 2023 default.vim -rw-r--r-- 1 root root 2522 Oct 17 2023 delek.vim -rw-r--r-- 1 root root 2812 Oct 17 2023 desert.vim -rw-r--r-- 1 root root 1666 Oct 17 2023 elflord.vim -rw-r--r-- 1 root root 2452 Oct 17 2023 evening.vim -rw-r--r-- 1 root root 1958 Oct 17 2023 industry.vim -rw-r--r-- 1 root root 3555 Oct 17 2023 koehler.vim drwxr-xr-x 2 root root 4096 Nov 23 2023 lists -rw-r--r-- 1 root root 2460 Oct 17 2023 morning.vim -rw-r--r-- 1 root root 2006 Oct 17 2023 murphy.vim -rw-r--r-- 1 root root 1037 Oct 17 2023 pablo.vim -rw-r--r-- 1 root root 2673 Oct 17 2023 peachpuff.vim -rw-r--r-- 1 root root 1393 Oct 17 2023 ron.vim -rw-r--r-- 1 root root 2720 Oct 17 2023 shine.vim -rw-r--r-- 1 root root 2445 Oct 17 2023 slate.vim drwxr-xr-x 2 root root 4096 Nov 23 2023 tools -rw-r--r-- 1 root root 1629 Oct 17 2023 torte.vim -rw-r--r-- 1 root root 1840 Oct 17 2023 zellner.vim