mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
For transparency, remove BG for buffers and gray out the text (#265)
This commit is contained in:
parent
9cd7d8aad3
commit
17b466e794
1 changed files with 1 additions and 0 deletions
|
|
@ -801,6 +801,7 @@ local function set_highlights()
|
|||
SignColumn = { fg = palette.text, bg = "NONE" },
|
||||
StatusLine = { fg = palette.subtle, bg = "NONE" },
|
||||
StatusLineNC = { fg = palette.muted, bg = "NONE" },
|
||||
TabLine = { bg = "NONE", fg = palette.subtle },
|
||||
TabLineFill = { bg = "NONE" },
|
||||
TabLineSel = { fg = palette.text, bg = "NONE", bold = styles.bold },
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue