Merge pull request #14 from ddanieltan/patch-1

Fix example in readme
This commit is contained in:
Webhooked 2025-06-03 09:27:21 +02:00 committed by GitHub
commit d5975aa93b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -257,7 +257,7 @@ local palette_colors = colors.palette
local theme_colors = colors.theme
-- Get the colors for a specific theme
local zen_colors = require("kanso.colors").setup({ theme = 'ink' })
local zen_colors = require("kanso.colors").setup({ theme = 'zen' })
```
## 🧩 Extras