You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initially I Changed my colorscheme to 'gruvbox' and set transparent_mode as 'true'. [This works]
Since fidget background was opaque with black color I decided to make the following changes:
{
'j-hui/fidget.nvim',
config=function()
require('fidget').setup {
window= {
blend=0, -- Background color opacity in the notification window
},
}
end,
},
Even after setting blend = 0 or winblend = 0, the fidget background stays the same.
Also there was an error recorded in fidget.nvim.log:
Per the documentation, the option isn't window.blend (nor window.winblend), it's notification.window.blend. So you should be calling setup() like this:
So at least it should start doing something for you. But how that option interacts with everyone's colorscheme and terminal transparency settings has been... hard to predict. In my experience. So your mileage may vary.
FWIW there's a longstanding issue #32 that tracks a particular problem I've had, that you may be interested in looking at.
I had a side question not really important enough for a whole new issue. Mine currently looks like this
How did you get different colors in your gif in the README? All my text is white, it's not different colors.
I'm also using catpuccin and i have tried enabling the fidget = true in integrations, and it just changed text from all gray to all white, but not with syntax highlighting. Are you using some other special config?
I had a side question not really important enough for a whole new issue. Mine currently looks like this
How did you get different colors in your gif in the README? All my text is white, it's not different colors.
I'm also using catpuccin and i have tried enabling the fidget = true in integrations, and it just changed text from all gray to all white, but not with syntax highlighting. Are you using some other special config?
Hello @j-hui , can you please advice @9mm ?
Thanks.
[ Issue Description ]
Initially I Changed my colorscheme to 'gruvbox' and set transparent_mode as 'true'. [This works]
Since fidget background was opaque with black color I decided to make the following changes:
Even after setting blend = 0 or winblend = 0, the fidget background stays the same.
Also there was an error recorded in fidget.nvim.log:
Please help on this,
Thanks
The text was updated successfully, but these errors were encountered: