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

NvimTreeVertSplit not changing

Open ByteDrummer opened this issue 6 months ago • 0 comments

I'm trying to change NvimTreeVertSplit with the below config but it doesn't seem to do anything. Modifying WinSeparator does work but this isn't ideal.

require('onedark').setup {
  highlights = {
    NvimTreeVertSplit = {fg = "#282C34"}
  }
}

ByteDrummer avatar Dec 29 '23 08:12 ByteDrummer