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
+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