From 9ff64a7b89d01579b2edd11047e0f586188d2283 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Thu, 5 Feb 2026 00:39:22 -0500 Subject: [PATCH] misc highlight fixes --- lua/midnight/theme.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/midnight/theme.lua b/lua/midnight/theme.lua index d4dffb7..c32d23c 100644 --- a/lua/midnight/theme.lua +++ b/lua/midnight/theme.lua @@ -148,6 +148,9 @@ function M.apply() hi('@attribute.diff', { fg = cs.blue }) hi('@diff.minus', { fg = cs.red }) hi('@diff.plus', { fg = cs.green }) + hi('@diff.delta', { fg = cs.blue }) + hi('@punctuation.special.diff', { fg = cs.blue }) + link('Normal', { '@string.special.path', '@variable.parameter' }) hi('DiffAdd', { bg = cs.diff_add, fg = cs.green }, { '@text.diff.add', 'diffAdded' }) hi('DiffDelete', { bg = cs.diff_delete, fg = cs.red }, { '@text.diff.delete', 'diffRemoved' })