ayu-theme / ayu-vim

Modern theme for modern VIMs
Apache License 2.0
1.68k stars 187 forks source link

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

Open PhilT opened 4 years ago

PhilT commented 4 years ago

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 commented 3 years ago

You should check what hl group is signify using, but maybe it would be solved by https://github.com/ayu-theme/ayu-vim/pull/58

PhilT commented 3 years ago

Thank you! #58 does indeed fix the problem