From 6f68c8d7b0181ce06c450acd4ca4d2b887e3bed1 Mon Sep 17 00:00:00 2001 From: asep komarudin Date: Tue, 12 Mar 2024 08:10:10 +0700 Subject: [PATCH] add: config color theme --- lua/custom/plugins/onedarkpro.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lua/custom/plugins/onedarkpro.lua b/lua/custom/plugins/onedarkpro.lua index 063d4c7..77acf53 100644 --- a/lua/custom/plugins/onedarkpro.lua +++ b/lua/custom/plugins/onedarkpro.lua @@ -54,9 +54,8 @@ return { -- overide nvimtree text fill color root folder NvimTreeRootFolder = { fg = "${yellow}" }, NvimTreeSpecialFile = { fg = "${yellow}" }, - NvimTreeWinSeparator = { - fg = "#202329", - }, + NvimTreeWinSeparator = { fg = "#202329" }, + NvimTreeIndentMarker = { fg = "#3E4450" }, -- overide indenline fill color IblIndent = { fg = "#3E4450" }, -- overide cmp cursorline fill color with #333842