feat(colorscheme): replace tokyo night with rose-pine.
This commit is contained in:
parent
f123746ea8
commit
8fa96ff154
2 changed files with 5 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
vim.pack.add({
|
||||
{ src = "https://github.com/folke/tokyonight.nvim" },
|
||||
{ src = "https://github.com/rose-pine/neovim", name = "rose-pine" },
|
||||
})
|
||||
vim.o.background = "dark"
|
||||
vim.cmd([[colorscheme tokyonight-night]])
|
||||
vim.cmd([[colorscheme rose-pine]])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue