tokyonight.nvim
tokyonight.nvim copied to clipboard
white separator in NvimTree
Original comment: This somewhat broke my setup. There is now a white separator while I expect nothing/transparent. Or is this the intended result?
Originally posted by @ssiyad in https://github.com/folke/tokyonight.nvim/issues/215#issuecomment-1253524192
@ssiyad can you post your config?
require('tokyonight').setup({
lualine_bold = true,
style = 'night',
terminal_colors = true,
transparent = true,
styles = {
sidebars = 'transparent'
}
})
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

