mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix: decouple StatusLine background from floats
This commit is contained in:
parent
b33cdf76cd
commit
61e22c730b
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ function M.get(config)
|
|||
SpellLocal = { sp = p.subtle, style = 'undercurl' },
|
||||
SpellRare = { sp = p.subtle, style = 'undercurl' },
|
||||
SignColumn = { fg = p.text, bg = styles.background },
|
||||
StatusLine = { fg = p.subtle, bg = styles.float_background },
|
||||
StatusLine = { fg = p.subtle, bg = p.surface },
|
||||
StatusLineNC = { fg = p.muted, bg = styles.background },
|
||||
StatusLineTerm = { link = 'StatusLine' },
|
||||
StatusLineTermNC = { link = 'StatusLineNC' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue