feat(colorscheme): use tokyonight.
This commit is contained in:
parent
7363de859a
commit
d9ce0d6a18
2 changed files with 6 additions and 2 deletions
|
|
@ -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]])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue