Skip to content

Commit 0576aa8

Browse files
committed
fix(base): update PmenuSel to work with 0.11 changes
1 parent 4dd613a commit 0576aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/astrotheme/groups/base.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ local function callback(c, opts)
147147
--------------------
148148
Pmenu = { fg = c.ui.text, bg = c.ui.float },
149149
-- TODO: move `menu_selection` -> `selection`
150-
PmenuSel = { bg = c.ui.menu_selection, bold = true, blend = 0 },
150+
PmenuSel = { fg = c.ui.menu_selection, bg = c.ui.text, reverse = true, bold = true, blend = 0 },
151151
PmenuSbar = { fg = c.none, bg = c.ui.float },
152152
PmenuThumb = { fg = c.none, bg = c.ui.scrollbar, blend = 0 },
153153

0 commit comments

Comments
 (0)