Skip to content

Commit 2a4aad8

Browse files
authored
feat: add mini.clue and mini.pick (#215)
1 parent ae44541 commit 2a4aad8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

lua/rose-pine.lua

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,13 @@ local function set_highlights()
586586
-- folke/noice.nvim
587587
NoiceCursor = { fg = palette.highlight_high, bg = palette.text },
588588

589+
-- echasnovski/mini.clue
590+
MiniClueTitle = { bg = groups.panel, bold = styles.bold },
591+
592+
-- echasnovski/mini.pick
593+
MiniPickBorderText = { bg = groups.panel },
594+
MiniPickPrompt = { bg = groups.panel, bold = styles.bold },
595+
589596
-- echasnovski/mini.indentscope
590597
MiniIndentscopeSymbol = { fg = palette.muted },
591598
MiniIndentscopeSymbolOff = { fg = palette.muted },
@@ -629,6 +636,11 @@ local function set_highlights()
629636
IblIndent = { fg = palette.overlay, bg = "NONE" },
630637
IblScope = { fg = palette.foam, bg = "NONE" },
631638
IblWhitespace = { fg = palette.overlay, bg = "NONE" },
639+
640+
MiniClueTitle = { bg = "NONE", bold = styles.bold },
641+
642+
MiniPickBorderText = { bg = "NONE" },
643+
MiniPickPrompt = { bg = "NONE", bold = styles.bold },
632644
}
633645

634646
if styles.transparency then

0 commit comments

Comments
 (0)