+ 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
+
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"
Otherwise I'm loving this theme ❤️