Skip to content

Commit 4d32cd2

Browse files
A-Lamiamehalter
authored andcommitted
feat: movee Pmenu to float
1 parent 6c013fc commit 4d32cd2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lua/astrotheme/groups/base.lua

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ local function callback(opts)
6969
NormalPopup = {
7070
fg = C.ui.text,
7171
bg = (opts.inactive and C.ui.base) or (opts.popup and C.ui.popup) or (opts.transparent and C.none) or C.ui.base,
72+
blend = vim.o.winblend or 0,
7273
},
7374

7475
--------------------
@@ -169,9 +170,9 @@ local function callback(opts)
169170
--------------------
170171
--- Menu
171172
--------------------
172-
Pmenu = { fg = C.ui.text, bg = C.ui.popup },
173+
Pmenu = { fg = C.ui.text, bg = C.ui.float },
173174
PmenuSel = { fg = C.ui.base, bg = C.ui.menu_selection, bold = true, blend = 0 },
174-
PmenuSbar = { fg = C.none, bg = C.ui.tabline },
175+
PmenuSbar = { fg = C.none, bg = C.ui.float },
175176
PmenuThumb = { fg = C.none, bg = C.ui.scrollbar, blend = 0 },
176177

177178
WildMenu = { fg = C.ui.base, bg = C.ui.accent },

0 commit comments

Comments
 (0)