mirror of
https://github.com/webhooked/kanso.nvim.git
synced 2026-05-30 13:47:00 +02:00
Fix example in readme
In this example code snippet, the variable name was specified as `zen_colors` but the code was extracting the colors for the "ink" palette. Did a simple fix to make the variable name consistent with the code.
This commit is contained in:
parent
2fb100e461
commit
64299f65d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue