mirror of
https://github.com/junegunn/limelight.vim.git
synced 2025-11-08 11:03:48 -05:00
Add guisp=bg to LimelightDim group
This commit is contained in:
@@ -128,7 +128,7 @@ function! s:dim(coeff)
|
||||
\ bg_rgb[2] * coeff + fg_rgb[2] * (1 - coeff)]
|
||||
let dim = '#'.join(map(dim_rgb, 'printf("%x", float2nr(v:val))'), '')
|
||||
endif
|
||||
execute printf('hi LimelightDim guifg=%s', dim)
|
||||
execute printf('hi LimelightDim guifg=%s guisp=bg', dim)
|
||||
elseif &t_Co == 256
|
||||
if a:coeff < 0 && exists('g:limelight_conceal_ctermfg')
|
||||
let dim = g:limelight_conceal_ctermfg
|
||||
|
||||
Reference in New Issue
Block a user