addet rosepine colorscheme
This commit is contained in:
parent
06df564992
commit
42c87c5adf
2 changed files with 6 additions and 2 deletions
2
init.lua
2
init.lua
|
@ -10,4 +10,4 @@ require("pika.lazy")
|
|||
-- ╭──────────────────────────────────────────────────────╮
|
||||
-- │ themes are under ./lua/pika/plugins/colorschemes.lua │
|
||||
-- ╰──────────────────────────────────────────────────────╯
|
||||
apply_colorscheme("witch-dark") -- Change "witch" to your desired colorscheme name
|
||||
apply_colorscheme("rose-pine") -- Change "witch" to your desired colorscheme name
|
||||
|
|
|
@ -9,6 +9,11 @@ return {
|
|||
end,
|
||||
},
|
||||
|
||||
{
|
||||
"rose-pine/neovim",
|
||||
name = "rose-pine",
|
||||
},
|
||||
|
||||
{
|
||||
"ribru17/bamboo.nvim",
|
||||
lazy = false,
|
||||
|
@ -32,7 +37,6 @@ return {
|
|||
["@comment"] = { fg = "#555653" },
|
||||
},
|
||||
})
|
||||
-- require("bamboo").load()
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue