starter/lua/plugins/colorscheme.lua

27 lines
742 B
Lua
Raw Normal View History

return {
-- add gruvbox
{ "ellisonleao/gruvbox.nvim" },
-- { "nyoom-engineering/oxocarbon.nvim" },
-- { "rebelot/kanagawa.nvim" },
-- { "sainnhe/sonokai" },
-- { "tanvirtin/monokai.nvim" },
-- Configure LazyVim to load gruvbox
-- { "bluz71/vim-moonfly-colors", name = "moonfly", lazy = false, priority = 1000 },
{ "savq/melange-nvim" },
-- {"cpea2506/one_monokai.nvim"},
{ "Mofiqul/vscode.nvim" },
2023-10-30 04:04:35 +08:00
-- { "Tsuzat/NeoSolarized.nvim" },
-- { "neanias/everforest-nvim" },
-- { "ray-x/starry.nvim" },
2023-11-03 03:36:10 +08:00
{ "kepano/flexoki-neovim" },
{
"LazyVim/LazyVim",
opts = {
2023-11-03 03:36:10 +08:00
colorscheme = "flexoki-light",
-- colorscheme = "monokai",
-- colorscheme = "melange",
-- transparent = true,
},
},
}