nvim-solarized-lua icon indicating copy to clipboard operation
nvim-solarized-lua copied to clipboard

red brackets

Open xuxinx opened this issue 4 years ago • 3 comments

Screen Shot 2021-11-22 at 10 59 03 Screen Shot 2021-11-22 at 10 46 03

all brackets are red: ( [ { and: !, ,, some golang keywords, etc..

red means error, right? I don’t know if I have misconfigured something. but without vim.cmd('colorscheme solarized-flat'), the color looks correct(?) Screen Shot 2021-11-22 at 11 05 32

xuxinx avatar Nov 22 '21 03:11 xuxinx

btw, the background color of git signs(from https://github.com/lewis6991/gitsigns.nvim) is wired

xuxinx avatar Nov 22 '21 03:11 xuxinx

Same issue here. The "problem" is the mapping of the treesitter elements "TSPunctDelimiter" and "TSPunctBracket" to "Delimiter", which in turn is mapped to "Special" (orange color, not red btw). I don't know if it's intended that way. Changing the mapping to "Normal" looks much better IMHO.

chrs8 avatar Jan 02 '22 10:01 chrs8

I created a PR proposing the change: #39.

luator avatar Jan 18 '22 10:01 luator