From 31595db4751b8cb30eebd8ffd630d0f0e2ebd096 Mon Sep 17 00:00:00 2001 From: 0xTux <0xtux@pm.me> Date: Tue, 27 Feb 2024 15:48:46 +0530 Subject: [PATCH] move back to gruvbox-baby theme --- modules/home-manager/nvim/astronvim/lua/user/init.lua | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/modules/home-manager/nvim/astronvim/lua/user/init.lua b/modules/home-manager/nvim/astronvim/lua/user/init.lua index 4f789f6..b71ec8b 100755 --- a/modules/home-manager/nvim/astronvim/lua/user/init.lua +++ b/modules/home-manager/nvim/astronvim/lua/user/init.lua @@ -5,7 +5,7 @@ M.opt = { neovide_scale_factor = 0.6, } -M.colorscheme = "gruvbox-material" --"carbonfox" +M.colorscheme = "gruvbox-baby" M.icons = { VimIcon = "", ScrollText = "", @@ -78,10 +78,13 @@ M.plugins = { { import = "astrocommunity.colorscheme.nightfox-nvim" }, { import = "astrocommunity.colorscheme.gruvbox-baby" }, { - "gruvbox-material", + "gruvbox-baby", config = function() - vim.g.gruvbox_material_background = "hard" - vim.g.gruvbox_material_transparent_background = 1 + vim.g.gruvbox_baby_background_color = "dark" + vim.g.gruvbox_baby_transparent_mode = true + -- vim.g.gruvbox_baby_color_overrides = { + -- background = "#0f0f0f", + -- } end, }, {