mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-07-06 21:36:34 +05:30
change theme to gruvbox material
This commit is contained in:
@ -5,7 +5,7 @@ M.opt = {
|
||||
neovide_scale_factor = 0.6,
|
||||
}
|
||||
|
||||
M.colorscheme = "gruvbox-baby" --"carbonfox"
|
||||
M.colorscheme = "gruvbox-material" --"carbonfox"
|
||||
M.icons = {
|
||||
VimIcon = "",
|
||||
ScrollText = "",
|
||||
@ -78,12 +78,10 @@ M.plugins = {
|
||||
{ import = "astrocommunity.colorscheme.nightfox-nvim" },
|
||||
{ import = "astrocommunity.colorscheme.gruvbox-baby" },
|
||||
{
|
||||
"gruvbox-baby",
|
||||
"gruvbox-material",
|
||||
config = function()
|
||||
vim.g.gruvbox_baby_background_color = "dark"
|
||||
vim.g.gruvbox_baby_color_overrides = {
|
||||
background = "#0f0f0f",
|
||||
}
|
||||
vim.g.gruvbox_material_background = "hard"
|
||||
vim.g.gruvbox_material_transparent_background = 1
|
||||
end,
|
||||
},
|
||||
{
|
||||
|
@ -7,7 +7,7 @@
|
||||
local config = {}
|
||||
|
||||
config.window_close_confirmation = 'NeverPrompt'
|
||||
config.color_scheme = 'Gruvbox dark, hard (base16)'
|
||||
config.color_scheme = 'Gruvbox Material (Gogh)'
|
||||
config.colors = {
|
||||
background = "#0f0f0f"
|
||||
}
|
||||
|
Reference in New Issue
Block a user