mirror of
https://github.com/junegunn/limelight.vim.git
synced 2025-11-19 00:53:40 -05:00
Compare commits
6 Commits
master
...
2bbd7aaae1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2bbd7aaae1 | ||
|
|
432fceabe5 | ||
|
|
cebb723753 | ||
|
|
5fbb8bee9b | ||
|
|
70b1ad49db | ||
|
|
8b3cc23130 |
@@ -138,7 +138,8 @@ function! s:dim(coeff)
|
||||
let synid = synIDtrans(hlID('Normal'))
|
||||
let fg = synIDattr(synid, 'fg#')
|
||||
let bg = synIDattr(synid, 'bg#')
|
||||
|
||||
let bg = bg == 'none' ? bg : 0
|
||||
|
||||
if has('gui_running') || has('termguicolors') && &termguicolors || has('nvim') && $NVIM_TUI_ENABLE_TRUE_COLOR
|
||||
if a:coeff < 0 && exists('g:limelight_conceal_guifg')
|
||||
let dim = g:limelight_conceal_guifg
|
||||
|
||||
Reference in New Issue
Block a user