Mercurial > ec-dotfiles
comparison rc/vimrc @ 667:6887e66d83b4
[vim] The specialthing color is way better using the provided theme
author | nanaya <me@nanaya.pro> |
---|---|
date | Sat, 11 Dec 2021 18:28:16 +0900 |
parents | f5e12f656c03 |
children | b7929dbc5bfe |
comparison
equal
deleted
inserted
replaced
666:f5e12f656c03 | 667:6887e66d83b4 |
---|---|
79 set foldmethod=manual | 79 set foldmethod=manual |
80 set nofoldenable | 80 set nofoldenable |
81 set background=dark | 81 set background=dark |
82 | 82 |
83 if has("autocmd") | 83 if has("autocmd") |
84 autocmd colorscheme * highlight specialkey ctermfg=gray | 84 "autocmd colorscheme * highlight specialkey ctermfg=gray |
85 endif | 85 endif |
86 | 86 |
87 let g:srcery_bg_passthrough=1 | 87 let g:srcery_bg_passthrough=1 |
88 colorscheme srcery | 88 colorscheme srcery |
89 endif | 89 endif |