You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ 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 ❤️
The text was updated successfully, but these errors were encountered:
+
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 ❤️
The text was updated successfully, but these errors were encountered: