updated theme to gruvbox

This commit is contained in:
2023-12-24 20:36:14 +05:30
parent c586a6f81a
commit 69c7941e3d
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,7 @@ M.opt = {
neovide_scale_factor = 0.6,
}
M.colorscheme = "carbonfox"
M.colorscheme = "gruvbox-baby" --"carbonfox"
M.icons = {
VimIcon = "",
ScrollText = "",
@ -76,6 +76,7 @@ M.plugins = {
{ import = "astrocommunity.pack.typescript" },
{ import = "astrocommunity.pack.prisma" },
{ import = "astrocommunity.colorscheme.nightfox-nvim" },
{ import = "astrocommunity.colorscheme.gruvbox-baby" },
{
"nightfox.nvim",
opts = {

View File

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