@@ -582,6 +582,18 @@ local defaults = {
582582 NotifyWARNBorder = { fg = colors .yellow },
583583 NotifyWARNIcon = { fg = colors .yellow },
584584 NotifyWARNTitle = { fg = colors .yellow },
585+
586+ -- echasnovski/mini.nvim
587+ MiniStatuslineDevinfo = { fg = colors .fg , bg = colors .vulcan },
588+ MiniStatuslineFileinfo = { link = " MiniStatuslineDevinfo" },
589+ MiniStatuslineFilename = { fg = colors .fg , bg = colors .black },
590+ MiniStatuslineInactive = { link = " MiniStatuslineFilename" },
591+ MiniStatuslineModeNormal = { fg = colors .dark_blue , bg = colors .green , bold = true },
592+ MiniStatuslineModeInsert = { fg = colors .dark_blue , bg = colors .yellow , bold = true },
593+ MiniStatuslineModeVisual = { fg = colors .dark_blue , bg = colors .purple , bold = true },
594+ MiniStatuslineModeCommand = { fg = colors .dark_blue , bg = colors .aqua , bold = true },
595+ MiniStatuslineModeReplace = { fg = colors .dark_blue , bg = colors .pink , bold = true },
596+ MiniStatuslineModeOther = { fg = colors .dark_blue , bg = colors .green , bold = true }, -- fallback
585597}
586598
587599-- hide all semantic highlights by default,
0 commit comments