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},