Minor tweaks

This commit is contained in:
Daniel Lynn 2021-07-14 17:32:53 -05:00
parent 5bb4f9bd17
commit ed2635f43c
Signed by: daniel
GPG Key ID: 28496A140E180A9D
2 changed files with 2 additions and 1 deletions

View File

@ -363,7 +363,7 @@ import:
#
# Window opacity as a floating point number from `0.0` to `1.0`.
# The value `0.0` is completely transparent and `1.0` is opaque.
background_opacity: 0.95
#background_opacity: 0.95
#selection:
# This string contains all characters that are used as separators for

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)