-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
bad argument #2 to 'blend' (no value) #20
Comments
This should be solved by #19, please try the latest commit |
can confirm works now thanks |
With the latest commit as of 10/26/2021, I am still seeing this error. The background_colour highlight group reads like
After the warning, UPDATE: This is because I had |
Previously the foreground/background color only in the form of hexcode were supported, not named colors. This would lead to a strange error like `bad argument \rcarriga#2 to 'blend' (no value)` (See rcarriga#20). When named colors are given, they will be resolved to a hex code.
Error:
EError running notification service: ...opt/nvim-notify/lua/notify/service/buffer/highlights.lua:59: bad argument #2 to 'blend' (no value)
the highlight used for notify because normal is none for me
code in context
The text was updated successfully, but these errors were encountered: