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 rainbow colors #323

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

amarakon
Copy link

@amarakon amarakon commented Sep 2, 2022

There are plugins that make parentheses rainbow colored (meaning each pair is a different color). The one I use is nvim-ts-rainbow. I think nord-vim should set the default rainbow colors for plugins like nvim-ts-rainbow to use so that users don't have to set it on their own. The colors I chose are red, orange, green, blue, darker blue, purple from the Nord theme. If the colors are not perfect, feel free to change them.

@jvoisin
Copy link
Contributor

jvoisin commented Sep 3, 2022

Please wrap this in a if has('nvim') condition :)

@amarakon
Copy link
Author

amarakon commented Sep 3, 2022

Please wrap this in a if has('nvim') condition :)

I did so in the latest commit for this pull request. Thanks.

@svengreb
Copy link
Member

Thank you for your patience! 🙏🏼
It‘s been a while since I had free time to focus more on Nord, and my open source projects in general, and invest time in this issue due to work-life balance.

I recently published the first “Northern Post — The state and roadmap of Nord“ announcement which includes all details about the plans and future of the Nord project, including the goal of catching up with the backlog. This issue is part of the backlog and therefore I want to triage and process it to get one step closer to a “clean state“. Read the announcement about reaching the “clean“ contribution triage state in Nord‘s discussions for more details about the goal.

Therefore it has been added for triage in the central and single-source-of-truth project board that is also described in more detail in the roadmap announcement.


@amarakon Thanks for your contribution 🚀
The pull request has been added for triage and the review will be planned for the next iterations!

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

Successfully merging this pull request may close these issues.

None yet

3 participants