We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Does anyone know why does my underline highlight color look like this?
Highlight correctly
...
No response
The text was updated successfully, but these errors were encountered:
You can remove the separator_style and manually adjust the underline color using highlight.close_button_selected.
separator_style
highlight.close_button_selected
Here is an example configuration that resolves the issue:
{ "akinsho/bufferline.nvim", event = "VeryLazy", opts = { options = { indicator = { style = "underline", }, separator_style = { "", "" }, -- important always_show_bufferline = true, }, highlights = { indicator_selected = { fg = vim.g.primary, sp = vim.g.primary, underline = true, }, buffer_selected = { fg = vim.g.primary, bg = "NONE", bold = true, underline = true, sp = vim.g.primary, }, close_button_selected = { fg = vim.g.primary, bg = "NONE", underline = true, sp = vim.g.primary, }, }, }, }
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
What happened?
Does anyone know why does my underline highlight color look like this?
![highlight_bufferline](https://private-user-images.githubusercontent.com/164576583/364548449-c50d3859-7f11-498f-bd0e-0c433886cd94.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5Mzc1MDksIm5iZiI6MTczODkzNzIwOSwicGF0aCI6Ii8xNjQ1NzY1ODMvMzY0NTQ4NDQ5LWM1MGQzODU5LTdmMTEtNDk4Zi1iZDBlLTBjNDMzODg2Y2Q5NC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QxNDA2NDlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04ZTc0ZGQ1YzcxYzAwOTQzZmJkNGU3NjRmMTUxYjRlYWNkMDFkOWRkMGZkMTg3M2MxYjFkN2UwNzg2YjQzMmVjJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.JBKbU1b2MnIcm3VTYNVrxyWYydbDHsEb9ymzgJMncS4)
What did you expect to happen?
Highlight correctly
Config
Additional Information
...
commit
No response
The text was updated successfully, but these errors were encountered: