From ff6324cc2b50b99296cb4cda345905952e0a40be Mon Sep 17 00:00:00 2001 From: Gaetan Puleo Date: Sun, 9 May 2021 17:39:01 +0200 Subject: [PATCH] fix: NvimTreeSymlink and NvimTreeImageFile (#33) --- lua/tokyonight/theme.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index 9e6cbe2..89b1b09 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -291,6 +291,8 @@ function M.setup(config) LspDiagnosticsInformation = { fg = c.info }, LspDiagnosticsHint = { fg = c.hint }, NvimTreeIndentMarker = { fg = c.fg_gutter }, + NvimTreeImageFile = {fg = c.fg_sidebar}, + NvimTreeSymlink = {fg = c.blue}, -- NvimTreeFolderName= { fg = c.fg_float }, -- Dashboard