kickstart.nvim/lua/custom/plugins/colorschemes.lua
rajvatsal 30511c1c89 feat(none-ls): Add prettier
In defaults.lua change 'opt' to 'go'
Fix catppuccin colorscheme
2024-01-05 18:02:10 +05:30

19 lines
497 B
Lua

return {
--Gruvbox colorscheme
{ "ellisonleao/gruvbox.nvim", priority = 1000, config = true, opts = ... },
--tokyonight colorscheme
{ "folke/tokyonight.nvim", priority = 1000 },
-- lunar-vim colorschemes
{ "lunarvim/colorschemes", priority = 1000 },
-- kanagawa
{ "rebelot/kanagawa.nvim", priority = 1000 },
-- latte, frappe, macchiato, mocha
{ "catppuccin/catppuccin", priority = 1000, },
-- Theme inspired by Atom
{ 'navarasu/onedark.nvim', priority = 1000, },
}