nvim-solarized-lua
nvim-solarized-lua copied to clipboard
red brackets
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(?)

btw, the background color of git signs(from https://github.com/lewis6991/gitsigns.nvim) is wired
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.
I created a PR proposing the change: #39.