feat(colorscheme): replace tokyo night with rose-pine.

This commit is contained in:
CronyAkatsuki 2025-12-10 10:19:58 +01:00
parent f123746ea8
commit 8fa96ff154
2 changed files with 5 additions and 5 deletions

View file

@ -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]])

View file

@ -32,9 +32,9 @@
"rev": "b2b135347e299ffbf7f4123fb7811899b0c9f4b8",
"src": "https://github.com/MeanderingProgrammer/render-markdown.nvim"
},
"tokyonight.nvim": {
"rev": "5da1b76e64daf4c5d410f06bcb6b9cb640da7dfd",
"src": "https://github.com/folke/tokyonight.nvim"
"rose-pine": {
"rev": "cf2a288696b03d0934da713d66c6d71557b5c997",
"src": "https://github.com/rose-pine/neovim"
}
}
}