Skip to content

Commit

Permalink
feat: support PmenuMatch and PmenuMatchSel #88
Browse files Browse the repository at this point in the history
  • Loading branch information
rmehri01 committed Sep 21, 2024
1 parent 057d704 commit 7f8a748
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/onenord/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ function theme.highlights(colors, config)
PmenuSbar = { bg = colors.float },
-- thumb of the scrollbar |hl-PmenuThumb|
PmenuThumb = { bg = colors.fg },
-- matched text in normal item
PmenuMatch = { fg = colors.blue, bg = colors.float, style = "bold" },
-- matched text in selected item
PmenuMatchSel = { fg = colors.blue, bg = colors.selection, style = "bold" },
-- |hit-enter| prompt and yes/no questions
Question = { fg = colors.green },
-- Current |quickfix| item in the quickfix window. Combined with |hl-CursorLine| when the cursor is there.
Expand Down

0 comments on commit 7f8a748

Please sign in to comment.