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

Highlight color config not working #20

Closed
jeeeem opened this issue Nov 20, 2022 · 4 comments
Closed

Highlight color config not working #20

jeeeem opened this issue Nov 20, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@jeeeem
Copy link

jeeeem commented Nov 20, 2022

I'm trying to change the color of the window separator in the config but its not working, but manually changing the highlight group NvimSeparator works

  • highlight config #111111 but its still using the #a9b1d6 for some reason

image

  • did the highlight NvimSeparator guifg=#a94dc1

image

@denstiny
Copy link
Collaborator

colortheme theme name will clear the highlight group, when winsep is executed after colortheme, it will not be able to set an empty highlight group

denstiny added a commit that referenced this issue Nov 21, 2022
Repair after loading colortheme highlighting group is invalid
@chaosteil
Copy link

I'm running into the same issue, even with the latest fix pulled in.

@epigramengineer
Copy link

Also now I can't set the highlight group in my custom theme which I would very much like to be able to do.

@denstiny
Copy link
Collaborator

I'm running into the same issue, even with the latest fix pulled in.

https://github.com/nvim-zh/colorful-winsep.nvim/blob/main/lua/colorful-winsep/init.lua#L48-L48

I was careless. I'll fix him as soon as I can

denstiny added a commit that referenced this issue Nov 22, 2022
@denstiny denstiny added the bug Something isn't working label Nov 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants