diff --git a/lua/lush_theme/wormbait.lua b/lua/lush_theme/wormbait.lua index 91216b1..aef9fa8 100644 --- a/lua/lush_theme/wormbait.lua +++ b/lua/lush_theme/wormbait.lua @@ -124,8 +124,9 @@ local theme = lush(function() GitSignsChange { bg = SignColumn.bg, fg = Keyword.fg }, GitSignsDelete { bg = SignColumn.bg, fg = Constant.fg }, - -- ftype specific stuff + -- language specific stuff csGeneric { Function }, + yamlBlockMappingKey { Function }, } end)