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
I am a theme author and currently puzzled how I could set the background_color property for a user if my theme has a transparent background.
I am overriding the following hl groups
NotifyERRORBody NotifyWARNBody NotifyINFOBody NotifyDEBUGBody NotifyTRACEBody
Is there a way to do this from a theme side? Or does every notify user then need to do this? What if they switch their theme often from light to dark?
Also is there a way to disable the notification, since the defaults maybe ok anyway?
The text was updated successfully, but these errors were encountered:
feat(config): use custom background highlight
e7cffd0
See #159
I've changed it to use a NotifyBackground group instead of Normal by default so you can provide an background for that highlight in your theme
NotifyBackground
Normal
Sorry, something went wrong.
Works like a charm thank you so much for this!
No branches or pull requests
I am a theme author and currently puzzled how I could set the background_color property for a user if my theme has a transparent background.
I am overriding the following hl groups
Is there a way to do this from a theme side? Or does every notify user then need to do this? What if they switch their theme often from light to dark?
Also is there a way to disable the notification, since the defaults maybe ok anyway?
The text was updated successfully, but these errors were encountered: