From 3d2447e48a12a6af130669ad03f12441921a8b5e Mon Sep 17 00:00:00 2001 From: LateNightIceCream Date: Sat, 6 Jan 2024 22:29:44 +0100 Subject: [PATCH] fix(doc): bug in example code (#148) --- doc/zenbones.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/zenbones.md b/doc/zenbones.md index affc2c4..fe3041f 100644 --- a/doc/zenbones.md +++ b/doc/zenbones.md @@ -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