mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 20:56:33 +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 = {
|
||||
|
@ -7,7 +7,7 @@
|
||||
local config = {}
|
||||
|
||||
config.window_close_confirmation = 'NeverPrompt'
|
||||
config.color_scheme = 'Gruvbox Dark (Gogh)'
|
||||
config.color_scheme = 'Gruvbox dark, hard (base16)'
|
||||
config.colors = {
|
||||
background = "#0f0f0f"
|
||||
}
|
||||
|
Reference in New Issue
Block a user