many theme changes

This commit is contained in:
Tawfeeq 2025-03-27 15:00:09 +01:00
parent 2730fd29b8
commit b9199efb56
9 changed files with 102 additions and 35 deletions

View file

@ -94,11 +94,11 @@ return {
-- -- Add more groups as necessary
-- },
-- },
-- config = function(_, opts)
-- require('material').setup(opts)
-- vim.cmd 'colorscheme material-palenight'
-- end,
-- priority = 1000,
-- config = function(_, opts)
-- require('material').setup(opts)
-- vim.cmd 'colorscheme material-darker'
-- end,
-- priority = 1000,
-- },
}
-- ... other plugins ...