kickstart.nvim/lua/custom/plugins/colorschemes.lua
rajvatsal 16beeaf6fd feat(alpha): Add more ascii art
In aplha config add ascii arts alien and logo.
This commit will also change the alpha ascii art to kraken.
2023-12-26 20:56:03 +05:30

20 lines
502 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, },
}