colorscheme tweak

This commit is contained in:
2024-09-02 04:46:54 -07:00
parent bb499026d6
commit 5c86ac1f22
4 changed files with 19 additions and 2 deletions

View File

@ -116,7 +116,7 @@ return {
"MunifTanjim/nui.nvim",
--- The below dependencies are optional,
"nvim-tree/nvim-web-devicons", -- or echasnovski/mini.icons
-- "echasnovski/mini.icons",
--"echasnovski/mini.icons",
{
-- support for image pasting
"HakonHarnes/img-clip.nvim",

12
lua/plugins/gruvbox.lua Normal file
View File

@ -0,0 +1,12 @@
return {
-- add gruvbox
{ "ellisonleao/gruvbox.nvim" },
-- Configure LazyVim to load gruvbox
{
"LazyVim/LazyVim",
opts = {
--colorscheme = "gruvbox",
},
},
}

View File

@ -0,0 +1,4 @@
return {
-- add gruvbox
{ "folke/tokyonight.nvim", opts = { style = "night" } },
}