From 680e2889e50c851a4044d7c182defcaaaeb9b309 Mon Sep 17 00:00:00 2001 From: not Date: Sun, 7 Jan 2024 17:55:48 -0600 Subject: [PATCH] feat!: enable `extend_background_behind_borders` by default (#201) --- lua/rose-pine/config.lua | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/rose-pine/config.lua b/lua/rose-pine/config.lua index 6fc0774..d5ef0d8 100644 --- a/lua/rose-pine/config.lua +++ b/lua/rose-pine/config.lua @@ -21,7 +21,7 @@ config.options = { ---Extend background behind borders. Appearance differs based on which ---border characters you are using. - extend_background_behind_borders = false, + extend_background_behind_borders = true, enable = { terminal = true, diff --git a/readme.md b/readme.md index 343a587..0c13fae 100644 --- a/readme.md +++ b/readme.md @@ -55,7 +55,7 @@ require('rose-pine').setup({ variant = "auto", -- auto, main, moon, or dawn dark_variant = "main", -- main, moon, or dawn dim_inactive_windows = false, - extend_background_behind_borders = false, + extend_background_behind_borders = true, styles = { bold = true,