Skip to content

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

@PhilT

Description

@PhilT

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 ❤️

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions