Skip to content

Commit

Permalink
feat: switch colorscheme to gruvbox
Browse files Browse the repository at this point in the history
  • Loading branch information
yamgent committed Jul 26, 2024
1 parent a019b26 commit df20437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/wangleng/plugins/colorscheme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ return {
priority = colorSchemePriority,
lazy = false,
config = function()
-- vim.cmd('colorscheme gruvbox-material')
vim.cmd('colorscheme gruvbox-material')
end
},
{
Expand Down Expand Up @@ -40,7 +40,7 @@ return {
priority = colorSchemePriority,
lazy = false,
config = function()
vim.cmd('colorscheme kanagawa')
-- vim.cmd('colorscheme kanagawa')
end
},
{
Expand Down

0 comments on commit df20437

Please sign in to comment.