Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

listchars were faded weirdly in some themes #48

Open
kevinhwang91 opened this issue Jul 28, 2020 · 2 comments
Open

listchars were faded weirdly in some themes #48

kevinhwang91 opened this issue Jul 28, 2020 · 2 comments

Comments

@kevinhwang91
Copy link

kevinhwang91 commented Jul 28, 2020

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
  1. nvim -u ~/mini.vim +'split defer-multi.go' defer.go
    image

The chars of the faded window were brighter than the unfaded one.

@gzbd
Copy link

gzbd commented Oct 30, 2020

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
Copy link

ckangnz commented Aug 30, 2023

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

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants