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
This commit is contained in:
parent
9cd7d8aad3
commit
a9d00ad6ee
1 changed files with 1 additions and 0 deletions
|
|
@ -801,6 +801,7 @@ local function set_highlights()
|
||||||
SignColumn = { fg = palette.text, bg = "NONE" },
|
SignColumn = { fg = palette.text, bg = "NONE" },
|
||||||
StatusLine = { fg = palette.subtle, bg = "NONE" },
|
StatusLine = { fg = palette.subtle, bg = "NONE" },
|
||||||
StatusLineNC = { fg = palette.muted, bg = "NONE" },
|
StatusLineNC = { fg = palette.muted, bg = "NONE" },
|
||||||
|
TabLine = { bg = "NONE", fg = palette.subtle },
|
||||||
TabLineFill = { bg = "NONE" },
|
TabLineFill = { bg = "NONE" },
|
||||||
TabLineSel = { fg = palette.text, bg = "NONE", bold = styles.bold },
|
TabLineSel = { fg = palette.text, bg = "NONE", bold = styles.bold },
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue