fix: theme

This commit is contained in:
Abhinav Robinson 2024-06-14 18:03:14 +05:30
parent 14c04fc93b
commit b0df646369
2 changed files with 6 additions and 6 deletions

View file

@ -4,8 +4,8 @@ return {
name = 'catppuccin',
priority = 1000,
init = function()
--[[ vim.cmd.colorscheme 'catppuccin-mocha' ]]
--[[ vim.cmd.hi 'Comment gui=none' ]]
-- vim.cmd.colorscheme 'catppuccin-mocha'
-- vim.cmd.hi 'Comment gui=none'
end,
},
{
@ -13,8 +13,8 @@ return {
name = 'kanagawa',
priority = 1000,
init = function()
vim.cmd.colorscheme 'kanagawa'
vim.cmd.hi 'Comment gui=none'
-- vim.cmd.colorscheme 'kanagawa'
-- vim.cmd.hi 'Comment gui=none'
end,
},
{