feat: use kanso theme
This commit is contained in:
parent
a2ca773f95
commit
4cf58721dc
2 changed files with 8 additions and 1 deletions
|
|
@ -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 = "" },
|
||||
|
|
|
|||
6
lua/weeheavy/plugins/theme/kanso.lua
Normal file
6
lua/weeheavy/plugins/theme/kanso.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
-- https://github.com/webhooked/kanso.nvim
|
||||
return {
|
||||
"webhooked/kanso.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue