forest
This commit is contained in:
@@ -147,7 +147,7 @@ endif
|
||||
" Theme setup
|
||||
hi clear
|
||||
syntax reset
|
||||
let g:colors_name = "base16-{{scheme-slug}}"
|
||||
let g:colors_name = "theme"
|
||||
|
||||
" Highlighting function
|
||||
" Optional variables are attributes and guisp
|
||||
@@ -407,6 +407,10 @@ call <sid>hi("StartifySpecial", s:gui03, "", s:cterm03, "", "", "")
|
||||
" Java highlighting
|
||||
call <sid>hi("javaOperator", s:gui0D, "", s:cterm0D, "", "", "")
|
||||
|
||||
" diagnostics
|
||||
call <sid>hi("NormalFloat", s:gui05, s:gui01, s:cterm05, s:cterm01, "", "")
|
||||
" call <sid>hi("FloatBorder", s:gui0A, s:gui0A, s:cterm0A, s:cterm0A, "", "")
|
||||
|
||||
" Remove functions
|
||||
delf <sid>hi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user