feat!: enable extend_background_behind_borders by default (#201)

This commit is contained in:
not 2024-01-07 17:55:48 -06:00 committed by GitHub
commit 76b6d830f6
2 changed files with 2 additions and 2 deletions

View file

@ -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,

View file

@ -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,