mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 13:06:35 +05:30
changed gruvbox theme variant
This commit is contained in:
@ -77,6 +77,15 @@ M.plugins = {
|
|||||||
{ import = "astrocommunity.pack.prisma" },
|
{ import = "astrocommunity.pack.prisma" },
|
||||||
{ import = "astrocommunity.colorscheme.nightfox-nvim" },
|
{ import = "astrocommunity.colorscheme.nightfox-nvim" },
|
||||||
{ import = "astrocommunity.colorscheme.gruvbox-baby" },
|
{ 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",
|
"nightfox.nvim",
|
||||||
opts = {
|
opts = {
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
local config = {}
|
local config = {}
|
||||||
|
|
||||||
config.window_close_confirmation = 'NeverPrompt'
|
config.window_close_confirmation = 'NeverPrompt'
|
||||||
config.color_scheme = 'Gruvbox Dark (Gogh)'
|
config.color_scheme = 'Gruvbox dark, hard (base16)'
|
||||||
config.colors = {
|
config.colors = {
|
||||||
background = "#0f0f0f"
|
background = "#0f0f0f"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user