feat: use kanso theme

This commit is contained in:
Oliver Ladner 2026-03-27 08:31:14 +01:00
commit 4cf58721dc
2 changed files with 8 additions and 1 deletions

View file

@ -49,7 +49,8 @@ return {
options = {
globalstatus = false, -- true == single statusline
icons_enabled = true,
theme = "rose-pine",
-- theme = "rose-pine",
theme = "kanso",
component_separators = "",
--section_separators = { left = "", right = "" },
section_separators = { left = "", right = "" },

View file

@ -0,0 +1,6 @@
-- https://github.com/webhooked/kanso.nvim
return {
"webhooked/kanso.nvim",
lazy = false,
priority = 1000,
}