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({
|
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.o.background = "dark"
|
||||||
vim.cmd([[colorscheme tokyonight-night]])
|
vim.cmd([[colorscheme rose-pine]])
|
||||||
|
|
|
||||||
|
|
@ -32,9 +32,9 @@
|
||||||
"rev": "b2b135347e299ffbf7f4123fb7811899b0c9f4b8",
|
"rev": "b2b135347e299ffbf7f4123fb7811899b0c9f4b8",
|
||||||
"src": "https://github.com/MeanderingProgrammer/render-markdown.nvim"
|
"src": "https://github.com/MeanderingProgrammer/render-markdown.nvim"
|
||||||
},
|
},
|
||||||
"tokyonight.nvim": {
|
"rose-pine": {
|
||||||
"rev": "5da1b76e64daf4c5d410f06bcb6b9cb640da7dfd",
|
"rev": "cf2a288696b03d0934da713d66c6d71557b5c997",
|
||||||
"src": "https://github.com/folke/tokyonight.nvim"
|
"src": "https://github.com/rose-pine/neovim"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue