-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
[Bug]: Does not respect ctermbg/ctermfg settings #788
Comments
I'd usually use |
Hi @FalcoGer, I'm not entirely clear what I'm seeing in the screenshot, there is quite a lot going on there and I don't know what I'm supposed to be picking out. That being said, the addition of cterm colours was entirely done by a user who was very keen on having this support in bufferline. I do not use them did not write the docs for them and frankly have never had to fiddle with them before. I know next to nothing about them really and have always used I personally was reluctant accept his PR for this exact reason i.e. someone would one day appear asking me a bunch of questions about cterm colours. I'm happy to take more contributions if you dig into the code and find there is a bug or issue but AFAIK this functionality should be working unless there was a regression which is possible. TLDR please feel free to contribute a fix as someone who uses this. For my own part this is something I don't get many requests about and that I fully don't use. EDIT: Whilst I'm unlikely to personally get involved I can |
Is there an existing issue for this?
What happened?
The issue is that the documentation says one should set the ctermbg and ctermfg colors with this format.
But that doesn't work.
As you can see the selected tab text is not in white as specified by
tab_selected.ctermfg = 15
, none of the other colors work either.What did you expect to happen?
Use of the specified foreground and background colors instead of the default terminal color, which I have set to green.
Config
Additional Information
Terminal is
kitty 0.28.1 created by Kovid Goyal
nvim is
NVIM v0.10.0-dev-5ceb2238d - Release - LuaJIT 2.1.0-beta3
OS is
Linux <hostname goes here> 5.15.0-75-generic #82-Ubuntu SMP Tue Jun 6 23:10:23 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Release is
Ubuntu 22.04 LTS
Not sure if it ever worked, but I only checked the most recent version, see below.
commit
bf2f6b7
The text was updated successfully, but these errors were encountered: