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

Add support for `nvim-ts-rainbow`

Open tarsobcaldas opened this issue 1 year ago • 2 comments

The plugin nvim-ts-rainbow2 implements a way to alternate colors between delimiters. It would be nice if the color parameters used were included on this color scheme as well.

tarsobcaldas avatar Apr 16 '23 13:04 tarsobcaldas

You can add new HL groups in the overrides section of the config, here are some suggestions for the wave theme:


TSRainbowRed = { fg = colors.palette.autumnRed },
TSRainbowYellow = { fg = colors.palette.carpYellow },
TSRainbowBlue = { fg = colors.palette.dragonBlue },
TSRainbowOrange = { fg = colors.palette.surimiOrange },
TSRainbowGreen = { fg = colors.palette.springGreen },
TSRainbowViolet = { fg = colors.palette.oniViolet },
TSRainbowCyan = { fg = colors.palette.waveAqua1 },

fbearoff avatar Apr 19 '23 00:04 fbearoff

nvim-ts-rainbow2 plugin is deprecated. But for rainbow-delimiter plugin (that is suggested replacement) HL groups added in #248

aliaksandr-trush avatar Aug 05 '24 14:08 aliaksandr-trush