diff --git a/lua/lush_theme/wormbait.lua b/lua/lush_theme/wormbait.lua index 6d31224..67c76c5 100644 --- a/lua/lush_theme/wormbait.lua +++ b/lua/lush_theme/wormbait.lua @@ -47,7 +47,7 @@ local theme = lush(function() MoreMsg { }, NormalFloat { }, NormalNC { }, - Pmenu { }, + Pmenu { bg = CursorLine.bg }, PmenuSel { bg = Keyword.fg, fg = CursorLine.bg }, PmenuSbar { CursorLine }, PmenuThumb { bg = NonText.fg }, @@ -127,7 +127,7 @@ local theme = lush(function() -- language specific stuff csGeneric { Function }, yamlBlockMappingKey { Function }, - sqlKeyword { Function }, + sqlKeyword { Keyword }, } end)