diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-06-11 23:21:38 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-06-11 23:21:38 +0200 |
| commit | 252cea169185f5a57acb6913f622950bb27458f8 (patch) | |
| tree | 33bc09c6a5abd5bd46faec09c10de226a9993a5c /vim/colors/softblue.vim | |
| parent | e19087bc292678a526a8c780bbdc58b38dcecc2c (diff) | |
Drop support for vim, cleanup nvim config
Diffstat (limited to 'vim/colors/softblue.vim')
| -rw-r--r-- | vim/colors/softblue.vim | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/vim/colors/softblue.vim b/vim/colors/softblue.vim deleted file mode 100644 index 8d8ee1b..0000000 --- a/vim/colors/softblue.vim +++ /dev/null @@ -1,45 +0,0 @@ -" Vim color file -" Maintainer: Zhang Jing -" Last Change: %[% 2005年12月07日 星期三 10时41分49秒 %]% - -set background=dark -if version > 580 - hi clear - if exists("syntax_on") - syntax reset - endif -endif -let g:colors_name="softblue" - -hi Normal guibg=#183058 guifg=#b0b0e0 - -hi Cursor guibg=#b3b2df guifg=grey30 gui=bold -hi VertSplit guibg=#466292 guifg=grey50 gui=none -hi Folded guibg=#0d2349 guifg=lightblue -hi FoldColumn guibg=#0d2349 guifg=lightblue -hi IncSearch guifg=slategrey guibg=khaki -hi LineNr guifg=grey30 -hi ModeMsg guifg=SkyBlue -hi MoreMsg guifg=SeaGreen -hi NonText guifg=LightBlue guibg=#0d2349 -hi Question guifg=#487cc4 -hi Search guibg=#787878 guifg=wheat -hi SpecialKey guifg=yellowgreen -hi StatusLine guibg=#466292 guifg=black gui=none -hi StatusLineNC guibg=#466292 guifg=grey22 gui=none -hi Title guifg=#38d9ff -hi Visual guifg=lightblue guibg=#001146 gui=none -hi WarningMsg guifg=salmon -hi ErrorMsg guifg=white guibg=#b2377a - -hi Comment guifg=#6279a0 -hi Constant guifg=#9b60be -hi Identifier guifg=#00ac55 -hi Statement guifg=SkyBlue2 -hi PreProc guifg=#20a0d0 -hi Type guifg=#8070ff -hi Special guifg=#b6a040"wheat4"#7c9cf5"a2b9e0 -hi Ignore guifg=grey40 -hi Error guifg=white guibg=#b2377a -hi Todo guifg=#54b900 guibg=#622098 gui=bold -"vim:ts=4:tw=4 |