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, +}