Skip to content

Commit a8c8647

Browse files
committed
set theme to gruvbox
1 parent 139b555 commit a8c8647

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lua/custom/plugins/colorschemes.lua

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ return {
3636
config = function()
3737
vim.cmd.colorscheme 'gruvbox-material'
3838
end,
39-
enabled = false,
39+
enabled = true,
4040
},
4141

4242
{
@@ -77,7 +77,7 @@ return {
7777
},
7878
}
7979

80-
vim.cmd.colorscheme 'catppuccin-mocha'
80+
vim.cmd.colorscheme 'catppuccin-macchiato'
8181

8282
-- Hide all semantic highlights until upstream issues are resolved (https://github.com/catppuccin/nvim/issues/480)
8383
for _, group in ipairs(vim.fn.getcompletion('@lsp', 'highlight')) do
@@ -167,5 +167,6 @@ return {
167167
config = function()
168168
vim.cmd.colorscheme 'gruber-darker'
169169
end,
170+
enabled = false,
170171
}
171172
}

0 commit comments

Comments
 (0)