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 change the highlight of line when cursor move? #44

Closed
hungpham3112 opened this issue Dec 30, 2021 · 1 comment
Closed

How can I change the highlight of line when cursor move? #44

hungpham3112 opened this issue Dec 30, 2021 · 1 comment

Comments

@hungpham3112
Copy link

Currently, I am using

au WinLeave * set nocursorline nocursorcolumn
au WinEnter * set cursorline cursorcolumn

but I think highlight quite hard to see. I wanna change it brighter

@sainnhe
Copy link
Owner

sainnhe commented Dec 30, 2021

There isn't any configuration option to change the cursor line color, you need to fork this repository and modify the color code in /autoload/edge.vim

The color used in cursor line is bg1.

@sainnhe sainnhe closed this as completed Dec 30, 2021
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

2 participants