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

How can I only change comment color? #79

Open
LvChengbin opened this issue Feb 18, 2023 · 2 comments
Open

How can I only change comment color? #79

LvChengbin opened this issue Feb 18, 2023 · 2 comments

Comments

@LvChengbin
Copy link

I want to make comment color with more bright, what config items do I need to add in .vimrc file?

@matass
Copy link

matass commented Feb 20, 2023

highlight Comment guifg=#ffffff

@Luxed
Copy link

Luxed commented Feb 20, 2023

I want to make comment color with more bright, what config items do I need to add in .vimrc file?

You can look at :h :highlight (also found here) for information on how to change highlight group colors.
Then, there is also a small explanation on how to have an automatic setup that will only the ayu theme on my maintained fork. Although I only explain how to use my function to modify the colors, you can also use the :highlight command in there.
The most important thing to remember is that this modification needs to be done after you have loaded your colorscheme with colorscheme ayu.

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