mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
darken statusline foreground
This commit is contained in:
parent
f8c9ac7dad
commit
06fca4e007
1 changed files with 2 additions and 2 deletions
|
|
@ -75,8 +75,8 @@ local theme = {
|
|||
SpellLocal = { style = 'undercurl', sp = p.subtle },
|
||||
SpellRare = { style = 'undercurl', sp = p.subtle },
|
||||
SignColumn = { fg = p.text, bg = maybe_background },
|
||||
StatusLine = { fg = p.text, bg = p.surface },
|
||||
StatusLineNC = { fg = p.subtle, bg = p.surface },
|
||||
StatusLine = { fg = p.subtle, bg = p.surface },
|
||||
StatusLineNC = { fg = p.muted, bg = p.surface },
|
||||
-- StatusLineTerm = {},
|
||||
-- StatusLineTermNC = {},
|
||||
TabLine = { fg = p.subtle, bg = p.overlay },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue