TaDaa / vimade

An eye friendly plugin that fades your inactive buffers and preserves your syntax highlighting!
MIT License
486 stars 8 forks source link

listchars were faded weirdly in some themes #48

Open kevinhwang91 opened 3 years ago

kevinhwang91 commented 3 years ago

Reproduce:

  1. cat ~/mini.vim
    
    call plug#begin('~/.config/nvim/plugged')
    Plug 'TaDaa/vimade'
    Plug 'joshdick/onedark.vim'
    call plug#end()

set list colorscheme onedark


2. `nvim -u ~/mini.vim +'split defer-multi.go' defer.go`
![image](https://user-images.githubusercontent.com/17562139/88703230-07123500-d13f-11ea-801c-875e311b5799.png)

The chars of the faded window were brighter than the unfaded one.
gzbd commented 3 years ago

Iceberg theme is also affected by this issue 2020-10-30_20-28

I would like to dim the listchars also.

I've tried to add SpecialKey and NonText to basegroups setting but it didn't work.

ckangnz commented 10 months ago

I can confirm that gruvbox is also affected. It's weird how it only affects certain SpecialKeys?

image image