1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2024-11-14 17:01:12 +00:00

[neovim] Customize rose-pine theme

This commit is contained in:
Daniel Carrillo 2024-08-30 18:22:57 +02:00
parent eeca05d1ce
commit 42e7fab6b9
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16

View File

@ -73,6 +73,14 @@ require("lazy").setup({
name = "rose-pine",
lazy = false,
config = function()
require("rose-pine").setup({
palette = {
moon = {
gold = "#faf4ed",
},
},
})
vim.cmd("colorscheme rose-pine-moon")
end,
},