neovim: gruvbox for life

This commit is contained in:
2024-01-23 13:53:10 +03:00
parent 7f4e3c2d5c
commit 4008019c21
2 changed files with 1 additions and 3 deletions

View File

@@ -38,4 +38,4 @@ vim.opt.list = true
vim.opt.listchars = { multispace = "·", tab = ">~", leadmultispace = "" }
vim.g.gruvbox_material_foreground = "mix" -- material, mix or original
vim.cmd("colorscheme solarized")
vim.cmd("colorscheme gruvbox-material")