Skip to content

Commit 797eb5c

Browse files
committed
Feat: Support Mini nvim statusline
1 parent 4d2cac5 commit 797eb5c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

lua/one_monokai/highlights/groups.lua

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)