mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat!: enable extend_background_behind_borders by default (#201)
This commit is contained in:
parent
ea1df11122
commit
680e2889e5
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue