From 4cf58721dc4cd5c042cdbafee617272ced06d6b4 Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Fri, 27 Mar 2026 08:31:14 +0100 Subject: [PATCH] feat: use kanso theme --- lua/weeheavy/plugins/lualine.lua | 3 ++- lua/weeheavy/plugins/theme/kanso.lua | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 lua/weeheavy/plugins/theme/kanso.lua diff --git a/lua/weeheavy/plugins/lualine.lua b/lua/weeheavy/plugins/lualine.lua index d37ba36..a50bd2e 100644 --- a/lua/weeheavy/plugins/lualine.lua +++ b/lua/weeheavy/plugins/lualine.lua @@ -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 = "" }, diff --git a/lua/weeheavy/plugins/theme/kanso.lua b/lua/weeheavy/plugins/theme/kanso.lua new file mode 100644 index 0000000..978645d --- /dev/null +++ b/lua/weeheavy/plugins/theme/kanso.lua @@ -0,0 +1,6 @@ +-- https://github.com/webhooked/kanso.nvim +return { + "webhooked/kanso.nvim", + lazy = false, + priority = 1000, +}