tokyonight.nvim icon indicating copy to clipboard operation
tokyonight.nvim copied to clipboard

white separator in NvimTree

Open folke opened this issue 3 years ago • 2 comments

Original comment: This somewhat broke my setup. There is now a white separator while I expect nothing/transparent. Or is this the intended result?

image

Originally posted by @ssiyad in https://github.com/folke/tokyonight.nvim/issues/215#issuecomment-1253524192

folke avatar Sep 21 '22 10:09 folke

@ssiyad can you post your config?

folke avatar Sep 21 '22 10:09 folke

require('tokyonight').setup({
    lualine_bold = true,
    style = 'night',
    terminal_colors = true,
    transparent = true,
    styles = {
        sidebars = 'transparent'
    }
})

ssiyad avatar Sep 21 '22 11:09 ssiyad

Is this anyway related to https://github.com/neovim/neovim/pull/18581? I guess this is in effect an upstream issue (nvim/nvim-tree) and there is little tokyonight can do about it. Anyways, I created a PR which could be a nice compromise. Please check https://github.com/folke/tokyonight.nvim/pull/224

image

ssiyad avatar Sep 23 '22 14:09 ssiyad