feat(colorscheme): use tokyonight.

This commit is contained in:
CronyAkatsuki 2025-12-02 17:38:36 +01:00
parent 7363de859a
commit d9ce0d6a18
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,5 @@
vim.pack.add({
{ src = "https://github.com/ellisonleao/gruvbox.nvim" },
{ src = "https://github.com/folke/tokyonight.nvim" },
})
vim.o.background = "dark"
vim.cmd([[colorscheme gruvbox]])
vim.cmd([[colorscheme tokyonight-night]])

View file

@ -35,6 +35,10 @@
"render-markdown.nvim": {
"rev": "10126ef",
"src": "https://github.com/MeanderingProgrammer/render-markdown.nvim"
},
"tokyonight.nvim": {
"rev": "5da1b76e64daf4c5d410f06bcb6b9cb640da7dfd",
"src": "https://github.com/folke/tokyonight.nvim"
}
}
}