aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirmal Kumar R <tildezero@gmail.com>2026-05-31 13:28:39 +0530
committerNirmal Kumar R <tildezero@gmail.com>2026-05-31 13:28:39 +0530
commit4e7bb80fc5deba95324a8e3bcc7cd146694a6bfc (patch)
tree63618f923891db54c3d4b1f07826454e63565b30
parentd63bf8f8c36491104632e4b6b2991fca9234b3d9 (diff)
Update vim colorscheme to shine
-rw-r--r--.vimrc27
1 files changed, 1 insertions, 26 deletions
diff --git a/.vimrc b/.vimrc
index a61c6c9..5211bf8 100644
--- 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