vim colours :wq

This commit is contained in:
deadvey
2026-04-02 16:08:53 +01:00
parent da49c58856
commit ae2ac40c18
2 changed files with 43 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
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
@@ -0,0 +1,22 @@
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