mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 21:16:35 +05:30
changed gruvbox theme variant
This commit is contained in:
@ -77,6 +77,15 @@ M.plugins = {
|
||||
{ import = "astrocommunity.pack.prisma" },
|
||||
{ import = "astrocommunity.colorscheme.nightfox-nvim" },
|
||||
{ import = "astrocommunity.colorscheme.gruvbox-baby" },
|
||||
{
|
||||
"gruvbox-baby",
|
||||
config = function()
|
||||
vim.g.gruvbox_baby_background_color = "dark"
|
||||
vim.g.gruvbox_baby_color_overrides = {
|
||||
background = "#0f0f0f",
|
||||
}
|
||||
end,
|
||||
},
|
||||
{
|
||||
"nightfox.nvim",
|
||||
opts = {
|
||||
|
Reference in New Issue
Block a user