Skip to content

Commit

Permalink
fix(doc): bug in example code (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
LateNightIceCream committed Jan 6, 2024
1 parent 510d12c commit 3d2447e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/zenbones.md
Expand Up @@ -115,7 +115,7 @@ local theme = require "zenbones" -- or any other flavor
local palette = require "zenbones.palette"

print(theme.StatusLine.bg.hex)
print(palette.blossom.darken(20).hex)
print(palette.dark.blossom.darken(20).hex)
```

### Extend/override highlights
Expand Down

0 comments on commit 3d2447e

Please sign in to comment.