Add style override mechanism. (#70)

Reworked from #67; thanks @webdesus!
This commit is contained in:
Josh Dick
2016-12-22 13:57:15 -05:00
committed by GitHub
parent baff7da439
commit b15870389a
2 changed files with 32 additions and 0 deletions

View File

@@ -98,6 +98,14 @@ function! s:h(group, style)
\ "cterm=" (has_key(a:style, "cterm") ? a:style.cterm : "NONE")
endfunction
"public {{
function! onedark#set_highlight(group, style)
call s:h(a:group, a:style)
endfunction
"public end }}
" +-----------------+
" | Color Variables |
" +-----------------+