nvim-tree / nvim-web-devicons

lua `fork` of vim-web-devicons for neovim
MIT License
1.98k stars 183 forks source link

Change folder icon color #251

Closed kaiyulee closed 1 year ago

kaiyulee commented 1 year ago

How can I change the folder icon color I tried

 override = {
  zsh = {
    icon = "",
    color = "#428850",
    cterm_color = "65",
    name = "Zsh"
  },
  folder = {
      color = "#F66B42"
  }

honestly, I'm not sure which section should I put the config in, override seems like the right one.