This commit is contained in:
2023-01-24 12:41:40 +08:00
parent e3416f0e72
commit 0f73cb3fed
9 changed files with 208 additions and 35 deletions

31
colors/borterm.vim Executable file
View File

@@ -0,0 +1,31 @@
hi clear
set background=light
if exists("syntax_on")
syntax reset
endif
let g:colors_name = "borterm"
hi Normal ctermfg=8 ctermbg=NONE
hi Comment ctermfg=2
hi Constant ctermfg=13
hi String ctermfg=10
hi Identifier ctermfg=12 cterm=none
hi Statement ctermfg=14
hi PreProc ctermfg=10
hi Type ctermfg=14
hi Special ctermfg=14
hi Error ctermbg=1
hi Todo ctermfg=11 ctermbg=11
hi Directory ctermfg=10
hi Search ctermbg=11
hi Number ctermfg=11
hi Define ctermfg=14
hi StatusLine ctermfg=7 ctermbg=8 cterm=none
hi StatusLineNC ctermfg=0 ctermbg=15 cterm=none
hi CursorLine ctermbg=15 cterm=none
hi VertSplit ctermfg=0 ctermbg=7 cterm=bold
hi LineNr ctermfg=11
hi CursorLineNr ctermfg=11 cterm=none
hi Visual ctermbg=15
hi ColorColumn ctermbg=7
hi SignColumn ctermbg=NONE