Minor tweaks

This commit is contained in:
2021-07-14 17:32:53 -05:00
parent 5bb4f9bd17
commit ed2635f43c
2 changed files with 2 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ function! s:sonokai_custom() abort
" See `autoload/sonokai.vim` for the format of `l:palette`.
call sonokai#highlight('GitCommitTemplateTag', l:palette.orange, l:palette.none)
call sonokai#highlight('LineNr', l:palette.grey, l:palette.bg1)
call sonokai#highlight('CursorLineNr', l:palette.fg, l:palette.bg1, 'bold')
call sonokai#highlight('SignColumn', l:palette.fg, l:palette.bg1)
call sonokai#highlight('Terminal', l:palette.fg, l:palette.bg1)
call sonokai#highlight('VertSplit', l:palette.bg1, l:palette.none)