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
The example in the documentation under "Advanced Usage" fails with
attempt to index field 'blossom' (a nil value) @ line 118 below.
attempt to index field 'blossom' (a nil value)
https://github.com/mcchrish/zenbones.nvim/blob/510d12c088ed45a410371c63ebd62ffb54c1615f/doc/zenbones.md?plain=1#L113-L119
I think it should be
print(palette.dark.blossom.darken(20).hex)
or
print(palette.light.blossom.darken(20).hex)
The text was updated successfully, but these errors were encountered:
Update zenbones.md: Fix a bug in example code
11db4b3
see issue zenbones-theme#147
No branches or pull requests
The example in the documentation under "Advanced Usage" fails with
attempt to index field 'blossom' (a nil value)
@ line 118 below.https://github.com/mcchrish/zenbones.nvim/blob/510d12c088ed45a410371c63ebd62ffb54c1615f/doc/zenbones.md?plain=1#L113-L119
I think it should be
or
The text was updated successfully, but these errors were encountered: