diff --git a/README.md b/README.md index 7673513..6a17b24 100644 --- a/README.md +++ b/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)
@@ -139,6 +140,11 @@ Kansō comes in three beautiful variants:

+

✧ Mist ✧

+

Soft & muted dark theme with gentle contrast.

+ +

+

✧ Pearl ✧

Light theme for daytime productivity.

@@ -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") ``` diff --git a/kanso_mist.png b/kanso_mist.png new file mode 100644 index 0000000..3a9cbd4 Binary files /dev/null and b/kanso_mist.png differ