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

Cross-post: invisible cursor while using lightspeed or leap #13

Closed
bmulholland opened this issue Jul 28, 2022 · 6 comments · Fixed by #14
Closed

Cross-post: invisible cursor while using lightspeed or leap #13

bmulholland opened this issue Jul 28, 2022 · 6 comments · Fixed by #14

Comments

@bmulholland
Copy link
Contributor

Cross-posting an issue here: ggandor/leap.nvim#27. As I posted in a comment there, I don't know if this is actually a bug with ayu.

I've worked around this for now:

local ayucolors = require("ayu.colors")
ayucolors.generate() -- Pass `true` to enable mirage

require("ayu").setup({
	overrides = {
		Cursor = { bg = ayucolors.line },
	},
})
@Shatur
Copy link
Owner

Shatur commented Jul 28, 2022

I think we should add highlighting for Cursor by default, please submit a PR.

@Shatur
Copy link
Owner

Shatur commented Jul 30, 2022

@bmulholland I tried this plugin and with this color the cursor is still invisible.

@Shatur Shatur reopened this Jul 30, 2022
@Shatur Shatur closed this as completed in f3847f7 Jul 30, 2022
@Shatur
Copy link
Owner

Shatur commented Jul 30, 2022

Fixed :)

Shatur added a commit that referenced this issue Jul 30, 2022
@bmulholland
Copy link
Contributor Author

bmulholland commented Aug 1, 2022

That's weird -- it worked for me with my fix. Maybe it only worked on the light variant, which I use?

@Shatur
Copy link
Owner

Shatur commented Aug 1, 2022

I don't know, but the main thing is that it works now. And I added the rest of the colors :)

@bmulholland
Copy link
Contributor Author

Agreed. Thanks for fixing the fix :)

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

Successfully merging a pull request may close this issue.

2 participants