For transparency, remove BG for buffers and gray out the text (#265)

This commit is contained in:
Hayden Rouille 2024-04-18 15:48:05 +01:00 committed by GitHub
commit 17b466e794
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 },