From 5f0371c1899c5b1b75aa9429186519b063eae149 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 3 Aug 2024 22:27:19 -0700 Subject: [PATCH] change window padding color to background by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit While we work out the bugs… --- src/config/Config.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/Config.zig b/src/config/Config.zig index 3d92c5321..80beb6fc7 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -688,7 +688,7 @@ keybind: Keybinds = .{}, /// The default value is "extend". This allows for smooth resizing of a /// terminal grid without having visible empty areas around the edge. The edge /// cells may appear slightly larger due to the extension. -@"window-padding-color": WindowPaddingColor = .extend, +@"window-padding-color": WindowPaddingColor = .background, /// Synchronize rendering with the screen refresh rate. If true, this will /// minimize tearing and align redraws with the screen but may cause input