Skip to content

Commit 1f3df14

Browse files
A-Lamiamehalter
authored andcommitted
feat(base): change wildmenu background to use accent
1 parent e86aa42 commit 1f3df14

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
@@ -160,7 +160,7 @@ local function callback(opts)
160160
PmenuSbar = { fg = C.none, bg = C.ui.tabline },
161161
PmenuThumb = { fg = C.none, bg = C.ui.scrollbar, blend = 0 },
162162

163-
WildMenu = { fg = C.ui.base, bg = C.syntax.blue },
163+
WildMenu = { fg = C.ui.base, bg = C.ui.accent },
164164

165165
--------------------
166166
--- Search & Select

0 commit comments

Comments
 (0)