Skip to content

Commit e86aa42

Browse files
A-Lamiamehalter
authored andcommitted
feat(base): disable any blend on pmenuthumb
1 parent 00c0fb6 commit e86aa42

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
@@ -158,7 +158,7 @@ local function callback(opts)
158158
Pmenu = { fg = C.ui.text, bg = C.ui.popup },
159159
PmenuSel = { fg = C.ui.base, bg = C.ui.menu_selection, bold = true, blend = 0 },
160160
PmenuSbar = { fg = C.none, bg = C.ui.tabline },
161-
PmenuThumb = { fg = C.none, bg = C.ui.scrollbar },
161+
PmenuThumb = { fg = C.none, bg = C.ui.scrollbar, blend = 0 },
162162

163163
WildMenu = { fg = C.ui.base, bg = C.syntax.blue },
164164

0 commit comments

Comments
 (0)