From f9923eca571948332c2c4c269b756c20579dd552 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Fri, 7 May 2021 11:43:49 +0200 Subject: [PATCH] fix: NvimTreeIndent color --- lua/tokyonight/theme.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index 4c4b9c2..0050f81 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -287,6 +287,7 @@ function M.setup(config) LspDiagnosticsWarning = { fg = c.warning }, LspDiagnosticsInformation = { fg = c.info }, LspDiagnosticsHint = { fg = c.hint }, + NvimTreeIndentMarker = { fg = c.fg_gutter }, -- NvimTreeFolderName= { fg = c.fg_float }, -- Dashboard