From ea5b1b82216bb46fc2fd97bf9b3b73ee34fa8191 Mon Sep 17 00:00:00 2001 From: David Ibia Date: Sun, 11 Aug 2024 17:08:12 +0100 Subject: [PATCH] style(wezterm.lua): update background color from #000000 to #1C1F26 for better visual aesthetics --- .config/wezterm/wezterm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/wezterm/wezterm.lua b/.config/wezterm/wezterm.lua index e95a273..3c4aa02 100644 --- a/.config/wezterm/wezterm.lua +++ b/.config/wezterm/wezterm.lua @@ -16,7 +16,7 @@ config.window_background_opacity = .9 config.background = { { source = { - Color = "#000000", + Color = "#1C1F26", }, width = "100%", height = "100%",