mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-08-01 08:19:25 +00:00
[neovim] Customize rose-pine theme
This commit is contained in:
@ -73,6 +73,14 @@ require("lazy").setup({
|
|||||||
name = "rose-pine",
|
name = "rose-pine",
|
||||||
lazy = false,
|
lazy = false,
|
||||||
config = function()
|
config = function()
|
||||||
|
require("rose-pine").setup({
|
||||||
|
palette = {
|
||||||
|
moon = {
|
||||||
|
gold = "#faf4ed",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
vim.cmd("colorscheme rose-pine-moon")
|
vim.cmd("colorscheme rose-pine-moon")
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user