Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for nvim-ts-rainbow #143

Open
tarsobcaldas opened this issue Apr 16, 2023 · 2 comments
Open

Add support for nvim-ts-rainbow #143

tarsobcaldas opened this issue Apr 16, 2023 · 2 comments

Comments

@tarsobcaldas
Copy link

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.

@fbearoff
Copy link
Contributor

fbearoff commented Apr 19, 2023

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 },

@aliaksandr-trush
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants