updated theme to gruvbox

This commit is contained in:
2023-12-24 20:36:14 +05:30
parent c586a6f81a
commit 69c7941e3d
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@
local config = {}
config.window_close_confirmation = 'NeverPrompt'
config.color_scheme = 'Poimandres'
config.color_scheme = 'Gruvbox Dark (Gogh)'
config.colors = {
background = "#0f0f0f"
}