config: make window-padding-color=extend default again

This commit is contained in:
Mitchell Hashimoto
2024-08-10 10:41:36 -07:00
parent f7f8c655df
commit 9db89dbf2c

View File

@ -717,7 +717,7 @@ keybind: Keybinds = .{},
/// * The nearest row contains a perfect fit powerline character. These
/// don't look good extended.
///
@"window-padding-color": WindowPaddingColor = .background,
@"window-padding-color": WindowPaddingColor = .extend,
/// Synchronize rendering with the screen refresh rate. If true, this will
/// minimize tearing and align redraws with the screen but may cause input