mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-17 16:21:12 +02:00
many theme changes
This commit is contained in:
parent
2730fd29b8
commit
b9199efb56
9 changed files with 102 additions and 35 deletions
|
@ -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 ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue