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

@ -794,10 +794,10 @@ require('lazy').setup({
-- Load the colorscheme here.
-- Like many other themes, this one has different styles, and you could load
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
--[[ vim.cmd.colorscheme 'tokyonight-storm' ]]
vim.cmd.colorscheme 'tokyonight-night'
-- You can configure highlights by doing something like:
--[[ vim.cmd.hi 'Comment gui=none' ]]
vim.cmd.hi 'Comment gui=none'
end,
},

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,
},
{