nord.nvim icon indicating copy to clipboard operation
nord.nvim copied to clipboard

Symbols, that are shown in the beginning of wrapped lines, are almost invisible

Open VKondakoff opened this issue 2 years ago • 2 comments

Symbols, that are shown in the beginning of wrapped lines (for example: vim.opt.showbreak = '+++ '), are almost invisible with the default settings. Here is a screenshot:

Снимок экрана 2021-09-28 в 14 46 15

Can this be fixed? Thanks!

VKondakoff avatar Sep 28 '21 11:09 VKondakoff

The same goes to the listchars: Снимок экрана 2021-09-28 в 15 04 02

VKondakoff avatar Sep 28 '21 12:09 VKondakoff

Normaly showbreak use MatchParen color and actually that use Aurora color nord15 (purple)

MatchParen = { fg = nord.nord15_gui, bg = nord.none, style = "bold" },

Are you still in trouble with MatchParen ?

Hierosme avatar Dec 21 '22 10:12 Hierosme