Skip to content

[Feature Request]: Unable to remove background #1025

@titanilham

Description

@titanilham

What?

I tried:

highlight StatusLine guibg=NONE ctermbg=NONE
highlight StatusLineNC guibg=NONE ctermbg=NONE
highlight BufferLineFill guibg=NONE ctermbg=NONE
highlight BufferLineSeparator guibg=NONE ctermbg=NONE
highlight BufferLineSeparatorSelected guibg=NONE ctermbg=NONE
highlight VertSplit guibg=NONE ctermbg=NONE

and:

require("bufferline").setup {
  options = {
    numbers = "none",
    close_command = "bdelete! %d",
    right_mouse_command = "bdelete! %d",
    left_mouse_command = "buffer %d",
    diagnostics = "nvim_lsp",
    offsets = {
      {
        filetype = "NvimTree",
        text = "Explorer",
        padding = 1,
      }
    },
    show_close_icon = true,
    show_buffer_close_icons = true,
    separator_style = "thin",
  },
  highlights = {
    fill = {
      guibg = "NONE",
      ctermbg = "NONE",
    },
    background = {
      guibg = "NONE",
      ctermbg = "NONE",
    },
}

This is what I look like:

Image

I would like to remove the background of this line

Why?

Line worsens view

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions