mirror of
https://github.com/webhooked/kanso.nvim.git
synced 2026-06-03 15:47:01 +02:00
Update README with new Mist variant
This commit is contained in:
parent
0a2dd5b372
commit
fa23cca0ce
2 changed files with 10 additions and 3 deletions
13
README.md
13
README.md
|
|
@ -96,7 +96,7 @@ require('kanso').setup({
|
|||
theme = "zen", -- Load "zen" theme
|
||||
background = { -- map the value of 'background' option to a theme
|
||||
dark = "zen", -- try "ink" !
|
||||
light = "pearl"
|
||||
light = "pearl" -- try "mist" !
|
||||
},
|
||||
})
|
||||
|
||||
|
|
@ -122,10 +122,11 @@ vim.cmd("colorscheme kanso")
|
|||
|
||||
## 🎨 Themes
|
||||
|
||||
Kansō comes in three beautiful variants:
|
||||
Kansō comes in four beautiful variants:
|
||||
|
||||
- `Zen` (Dark)
|
||||
- `Ink` (Dark)
|
||||
- `Mist` (Dark)
|
||||
- `Pearl` (Light)
|
||||
|
||||
<div>
|
||||
|
|
@ -139,6 +140,11 @@ Kansō comes in three beautiful variants:
|
|||
<img src="kanso_ink.png" width="900">
|
||||
<br/><br/>
|
||||
|
||||
<h3>✧ Mist ✧</h3>
|
||||
<p>Soft & muted dark theme with gentle contrast.</p>
|
||||
<img src="kanso_mist.png" width="900">
|
||||
<br/><br/>
|
||||
|
||||
<h3>✧ Pearl ✧</h3>
|
||||
<p>Light theme for daytime productivity.</p>
|
||||
<img src="kanso_pearl.png" width="900">
|
||||
|
|
@ -158,7 +164,8 @@ Themes can be changed in three ways:
|
|||
|
||||
```lua
|
||||
vim.cmd("colorscheme kanso-zen")
|
||||
vim.cmd("colorscheme kanso-kage")
|
||||
vim.cmd("colorscheme kanso-ink")
|
||||
vim.cmd("colorscheme kanso-mist")
|
||||
vim.cmd("colorscheme kanso-pearl")
|
||||
```
|
||||
|
||||
|
|
|
|||
BIN
kanso_mist.png
Normal file
BIN
kanso_mist.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 768 KiB |
Loading…
Add table
Add a link
Reference in a new issue