mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 21:16:35 +05:30
change theme to gruvbox material
This commit is contained in:
@ -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,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user