change theme to gruvbox material

This commit is contained in:
2024-02-27 12:57:32 +05:30
parent cb92e302aa
commit da29e53a72
2 changed files with 5 additions and 7 deletions

View File

@ -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"
}