From 35e050ee1a2b2bfdffe33953c4d8b260d7a9d64f Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Fri, 27 Mar 2026 08:54:37 -0500 Subject: [PATCH] update azure --- lua/lush_theme/darcula_lush.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lush_theme/darcula_lush.lua b/lua/lush_theme/darcula_lush.lua index 5871b54..afecfc9 100644 --- a/lua/lush_theme/darcula_lush.lua +++ b/lua/lush_theme/darcula_lush.lua @@ -579,7 +579,7 @@ local theme = WinSeparator {bg = colors.NrBackground}, -- -- mini.icons - MiniIconsAzure {fg = colors.FunctionForeground}, + MiniIconsAzure {fg = hsl("#0050AF")}, MiniIconsBlue {fg = primary_colors.blue}, MiniIconsCyan {fg = primary_colors.cyan}, MiniIconsGreen {fg = primary_colors.green},