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

bufferline - guifg and guibg highlights are deprecated #292

Closed
varris1 opened this issue Mar 25, 2023 · 1 comment · Fixed by #313
Closed

bufferline - guifg and guibg highlights are deprecated #292

varris1 opened this issue Mar 25, 2023 · 1 comment · Fixed by #313
Labels
bug Something isn't working

Comments

@varris1
Copy link

varris1 commented Mar 25, 2023

Plugin affected:
bufferline

Nixpkgs channel:
nixpkgs-unstable

Description

Setting any bufferline highlight will result in a warning at start because "guifg" and "guibg" are deprecated.

Using `gui`, `guifg`, `guibg`, `guisp` is deprecated please, convert these as follows: 
- guifg -> fg
- guibg -> bg
- guisp -> sp
- gui -> underline = true, undercurl = true, italic = true
 see :help bufferline-highlights for more details on how to update your highlights
Please fix: 
Press ENTER or type command to continue
- fill

Config

nixvim config

@varris1 varris1 added the bug Something isn't working label Mar 25, 2023
@varris1 varris1 changed the title buffer - guifg and guibg are deprecated bufferline - guifg and guibg highlights are deprecated Mar 25, 2023
@GaetanLepage
Copy link
Member

Fixed by #313

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

Successfully merging a pull request may close this issue.

2 participants