removed redundant vim colours

This commit is contained in:
2026-04-02 16:20:48 +01:00
parent ae2ac40c18
commit 9713b3d9ce
4 changed files with 1 additions and 44 deletions
Binary file not shown.
-21
View File
@@ -1,21 +0,0 @@
hi Comment ctermfg=0 ctermbg=14 cterm=bold,italic " comment!
hi Constant ctermfg=15 cterm=bold
hi Identifier ctermfg=15
hi String ctermfg=153 " Yellow
hi Function ctermfg=15
hi Error ctermfg=15
hi Special ctermfg=15
hi Statement ctermfg=15 cterm=bold
hi Operator ctermfg=1 " Red
hi Boolean ctermfg=15
hi Label ctermfg=15
hi Keyword ctermfg=15 cterm=bold
hi Exception ctermfg=15
hi Conditional ctermfg=15 cterm=bold
hi PreProc ctermfg=15
hi Include ctermfg=15
hi Macro ctermfg=15
hi StorageClass ctermfg=15
hi Structure ctermfg=15
hi Todo ctermfg=0 ctermbg=13 cterm=bold "TODO
hi Type ctermfg=15
-22
View File
@@ -1,22 +0,0 @@
hi Comment ctermfg=15 ctermbg=12 cterm=bold,italic " comment!
hi Constant ctermfg=0 cterm=bold
hi Identifier ctermfg=0
hi String ctermfg=2 " Yellow
hi Function ctermfg=0
hi Error ctermfg=0
hi Special ctermfg=0
hi Statement ctermfg=0 cterm=bold
hi Operator ctermfg=1 " Red
hi Boolean ctermfg=0
hi Label ctermfg=0
hi Keyword ctermfg=0 cterm=bold
hi Exception ctermfg=0
hi Conditional ctermfg=0 cterm=bold
hi PreProc ctermfg=0
hi Include ctermfg=0
hi Macro ctermfg=0
hi StorageClass ctermfg=0
hi Structure ctermfg=0
hi Todo ctermfg=15 ctermbg=9 cterm=bold "TODO
hi Type ctermfg=0
hi SpecialKey ctermfg=red
+1 -1
View File
@@ -8,7 +8,7 @@ set autoindent
set shiftwidth=4 set shiftwidth=4
set tabstop=4 set tabstop=4
set noexpandtab set noexpandtab
colorscheme deadvey-light colorscheme deadvey
set foldmethod=indent set foldmethod=indent
set compatible set compatible