From 60627eb4d46feedcabb233b91126c458e495dba8 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sun, 9 Aug 2026 13:08:26 -0500 Subject: [PATCH] theme fixes --- lua/lush_theme/darcula_lush.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lua/lush_theme/darcula_lush.lua b/lua/lush_theme/darcula_lush.lua index 0ccbe10..b4c4b46 100644 --- a/lua/lush_theme/darcula_lush.lua +++ b/lua/lush_theme/darcula_lush.lua @@ -607,6 +607,11 @@ local theme = MiniIconsRed {fg = colors.ErrorForeground}, MiniIconsYellow {fg = colors.WarningForeground}, -- + -- mini.snippets + MiniSnippetsCurrentReplace {DiagnosticVirtualTextInfo}, + MiniSnippetsFinal {DiagnosticVirtualTextInfo}, + MiniSnippetsVisited {DiagnosticVirtualTextInfo}, + -- -- mini.statusline MiniStatuslineDevinfo { bg = colors.SecondaryBackground