For transparency, remove BG for buffers and gray out the text

This commit is contained in:
Hayden Rouille 2024-04-17 21:39:15 +01:00
commit a9d00ad6ee
No known key found for this signature in database
GPG key ID: 817894B5190F0A7E

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