@@ -31,6 +31,7 @@ function M.setup()
3131 vim .api .nvim_set_hl (0 , ' OpencodeContextError' , { link = ' @label' , default = true })
3232 vim .api .nvim_set_hl (0 , ' OpencodeContextWarning' , { link = ' DiagnosticWarn' , default = true })
3333 vim .api .nvim_set_hl (0 , ' OpencodeContextInfo' , { link = ' DiagnosticInfo' , default = true })
34+ vim .api .nvim_set_hl (0 , ' OpencodeContextSwitchOn' , { link = ' @label' , default = true })
3435 else
3536 vim .api .nvim_set_hl (0 , ' OpencodeBorder' , { fg = ' #616161' , default = true })
3637 vim .api .nvim_set_hl (0 , ' OpencodeBackground' , { link = ' Normal' , default = true })
@@ -58,7 +59,7 @@ function M.setup()
5859 vim .api .nvim_set_hl (0 , ' OpencodeContextSelection' , { link = ' @label' , default = true })
5960 vim .api .nvim_set_hl (0 , ' OpencodeContextError' , { link = ' DiagnosticError' , default = true })
6061 vim .api .nvim_set_hl (0 , ' OpencodeContextWarning' , { link = ' DiagnosticWarn' , default = true })
61- vim .api .nvim_set_hl (0 , ' OpencodeContextInfo ' , { link = ' DiagnosticInfo ' , default = true })
62+ vim .api .nvim_set_hl (0 , ' OpencodeContextSwitchOn ' , { link = ' @label ' , default = true })
6263 end
6364end
6465
0 commit comments