style(wezterm.lua): update background color from #000000 to #1C1F26 for better visual aesthetics

This commit is contained in:
David Ibia
2024-08-11 17:08:12 +01:00
parent 508b187a83
commit ea5b1b8221

View File

@@ -16,7 +16,7 @@ config.window_background_opacity = .9
config.background = { config.background = {
{ {
source = { source = {
Color = "#000000", Color = "#1C1F26",
}, },
width = "100%", width = "100%",
height = "100%", height = "100%",