commit f07730b167d332cf86b780bd1de8c68b36e7b306 parent bd8d85f2275e016492b9557eb9fa1a0d20aac694 Author: Nirmal Kumar R <nirmal@posteo.net> Date: Mon, 19 Aug 2024 14:17:42 +0530 Update vim colorscheme to shine Diffstat:
M | .vimrc | | | 27 | +-------------------------- |
1 file changed, 1 insertion(+), 26 deletions(-)
diff --git a/.vimrc b/.vimrc @@ -29,32 +29,7 @@ filetype plugin on filetype indent on syntax enable -highlight Normal ctermfg=none ctermbg=none -highlight NonText ctermfg=none ctermbg=none -highlight EndOfBuffer ctermfg=none ctermbg=none -highlight TabLineFill ctermfg=none ctermbg=none -highlight Search ctermbg=12 -highlight NonText ctermfg=darkgrey -highlight SpecialKey ctermfg=darkgrey -highlight clear SignColumn -highlight Comment cterm=bold ctermfg=none -highlight StatusLine cterm=none ctermbg=none ctermfg=darkgrey -highlight StatusLineNC cterm=none ctermbg=none ctermfg=darkgrey -highlight Title cterm=none ctermfg=darkgrey -highlight TabLineFill cterm=none -highlight TabLine cterm=none ctermfg=darkgrey ctermbg=none -highlight ColorColumn ctermbg=darkgrey guibg=lightgrey -highlight Todo ctermbg=NONE ctermfg=red cterm=bold -highlight PreProc ctermfg=grey -highlight String ctermfg=lightblue cterm=italic -highlight Type ctermfg=cyan -highlight lineNr ctermfg=grey cterm=italic -highlight cIncluded ctermfg=NONE cterm=bold -highlight pythonInclude ctermfg=blue -highlight pythonConditional ctermfg=darkcyan -highlight pythonBuiltin ctermfg=darkcyan -highlight Pmenu ctermbg=white ctermfg=black -highlight PmenuSel ctermbg=darkcyan ctermfg=black +:color shine autocmd FileType markdown setlocal tw=80 et ts=2 sw=2 autocmd FileType text setlocal tw=80