Minor tweaks
This commit is contained in:
parent
5bb4f9bd17
commit
ed2635f43c
@ -363,7 +363,7 @@ import:
|
|||||||
#
|
#
|
||||||
# Window opacity as a floating point number from `0.0` to `1.0`.
|
# 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.
|
# The value `0.0` is completely transparent and `1.0` is opaque.
|
||||||
background_opacity: 0.95
|
#background_opacity: 0.95
|
||||||
|
|
||||||
#selection:
|
#selection:
|
||||||
# This string contains all characters that are used as separators for
|
# This string contains all characters that are used as separators for
|
||||||
|
@ -20,6 +20,7 @@ function! s:sonokai_custom() abort
|
|||||||
" See `autoload/sonokai.vim` for the format of `l:palette`.
|
" See `autoload/sonokai.vim` for the format of `l:palette`.
|
||||||
call sonokai#highlight('GitCommitTemplateTag', l:palette.orange, l:palette.none)
|
call sonokai#highlight('GitCommitTemplateTag', l:palette.orange, l:palette.none)
|
||||||
call sonokai#highlight('LineNr', l:palette.grey, l:palette.bg1)
|
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('SignColumn', l:palette.fg, l:palette.bg1)
|
||||||
call sonokai#highlight('Terminal', 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)
|
call sonokai#highlight('VertSplit', l:palette.bg1, l:palette.none)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user