change theme to gruvbox material

This commit is contained in:
2024-02-27 12:57:32 +05:30
parent cb92e302aa
commit da29e53a72
2 changed files with 5 additions and 7 deletions

View File

@ -5,7 +5,7 @@ M.opt = {
neovide_scale_factor = 0.6, neovide_scale_factor = 0.6,
} }
M.colorscheme = "gruvbox-baby" --"carbonfox" M.colorscheme = "gruvbox-material" --"carbonfox"
M.icons = { M.icons = {
VimIcon = "", VimIcon = "",
ScrollText = "", ScrollText = "",
@ -78,12 +78,10 @@ M.plugins = {
{ import = "astrocommunity.colorscheme.nightfox-nvim" }, { import = "astrocommunity.colorscheme.nightfox-nvim" },
{ import = "astrocommunity.colorscheme.gruvbox-baby" }, { import = "astrocommunity.colorscheme.gruvbox-baby" },
{ {
"gruvbox-baby", "gruvbox-material",
config = function() config = function()
vim.g.gruvbox_baby_background_color = "dark" vim.g.gruvbox_material_background = "hard"
vim.g.gruvbox_baby_color_overrides = { vim.g.gruvbox_material_transparent_background = 1
background = "#0f0f0f",
}
end, end,
}, },
{ {

View File

@ -7,7 +7,7 @@
local config = {} local config = {}
config.window_close_confirmation = 'NeverPrompt' config.window_close_confirmation = 'NeverPrompt'
config.color_scheme = 'Gruvbox dark, hard (base16)' config.color_scheme = 'Gruvbox Material (Gogh)'
config.colors = { config.colors = {
background = "#0f0f0f" background = "#0f0f0f"
} }