starter/lua/plugins/colorscheme.lua

30 lines
536 B
Lua
Raw Normal View History

2023-06-23 21:27:04 +08:00
return {
{ "ellisonleao/gruvbox.nvim" },
{
"folke/tokyonight.nvim",
opts = {
transparent = true,
styles = {
sidebars = "transparent",
floats = "transparent",
},
},
},
{ "wakatime/vim-wakatime" },
{
"LazyVim/LazyVim",
opts = {
colorscheme = "gruvbox",
},
},
2023-08-23 20:17:17 +08:00
{
"folke/zen-mode.nvim",
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
},
},
2023-06-23 21:27:04 +08:00
}