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

Strange color in vim-signify for deleted lines - looks fine in nord-vim #47

Open
PhilT opened this issue Apr 7, 2020 · 2 comments
Open

Comments

@PhilT
Copy link

PhilT commented Apr 7, 2020

Screenshot 2020-04-07 16 58 58

+ and ! marks are showing correctly but _2 deleted lines has a weird text and background color set. It looks correct when switching to another theme such as nord-vim.

Tested with minimal "init.vim"

call plug#begin('~/.local/share/nvim/plugged')
Plug 'ayu-theme/ayu-vim'
"Plug 'arcticicestudio/nord-vim', { 'branch': 'develop' } 
Plug 'mhinz/vim-signify'
call plug#end()

set termguicolors
let ayucolor="mirage"
colorscheme ayu

Otherwise I'm loving this theme ❤️

@stsewd
Copy link

stsewd commented Feb 7, 2021

You should check what hl group is signify using, but maybe it would be solved by #58

@PhilT
Copy link
Author

PhilT commented Feb 7, 2021

Thank you! #58 does indeed fix the problem

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

2 participants