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:
parent
eeca05d1ce
commit
42e7fab6b9
@ -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,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user