From 535240c84679690953b0ef19bc9ad5a625266ddd Mon Sep 17 00:00:00 2001 From: not Date: Tue, 23 Jul 2024 19:17:59 -0500 Subject: [PATCH] feat: highlight neotree tabs (#300) Fixes #263 --- lua/rose-pine.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/rose-pine.lua b/lua/rose-pine.lua index a79d08b..3528227 100644 --- a/lua/rose-pine.lua +++ b/lua/rose-pine.lua @@ -518,6 +518,10 @@ local function set_highlights() NeoTreeGitModified = { fg = groups.git_dirty }, NeoTreeGitRenamed = { fg = groups.git_rename }, NeoTreeGitUntracked = { fg = groups.git_untracked }, + NeoTreeTabActive = { fg = palette.text, bg = palette.overlay }, + NeoTreeTabInactive = { fg = palette.subtle }, + NeoTreeTabSeparatorActive = { link = "WinSeparator" }, + NeoTreeTabSeparatorInactive = { link = "WinSeparator" }, NeoTreeTitleBar = { link = "StatusLineTerm" }, -- folke/flash.nvim