We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e86aa42 commit 1f3df14Copy full SHA for 1f3df14
lua/astrotheme/groups/base.lua
@@ -160,7 +160,7 @@ local function callback(opts)
160
PmenuSbar = { fg = C.none, bg = C.ui.tabline },
161
PmenuThumb = { fg = C.none, bg = C.ui.scrollbar, blend = 0 },
162
163
- WildMenu = { fg = C.ui.base, bg = C.syntax.blue },
+ WildMenu = { fg = C.ui.base, bg = C.ui.accent },
164
165
--------------------
166
--- Search & Select
0 commit comments