This commit is contained in:
h
2026-06-14 02:49:06 -04:00
parent f44e1cdc22
commit 4cd1806682
9 changed files with 998 additions and 20 deletions
+5 -1
View File
@@ -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