@@ -23,6 +23,14 @@ function M.setup()
2323 vim .api .nvim_set_hl (0 , ' OpencodeInputLegend' , { bg = ' #757575' , fg = ' #424242' , bold = false , default = true })
2424 vim .api .nvim_set_hl (0 , ' OpencodeHint' , { link = ' Comment' , default = true })
2525 vim .api .nvim_set_hl (0 , ' OpencodeGuardDenied' , { fg = ' #F44336' , bold = true , default = true })
26+ vim .api .nvim_set_hl (0 , ' OpencodeContext' , { fg = ' #3b4261' , default = true })
27+ vim .api .nvim_set_hl (0 , ' OpencodeContextBar' , { fg = ' #3b4261' , default = true })
28+ vim .api .nvim_set_hl (0 , ' OpencodeContextCurrentFile' , { link = ' Comment' , default = true })
29+ vim .api .nvim_set_hl (0 , ' OpencodeContextAgent' , { link = ' Comment' , default = true })
30+ vim .api .nvim_set_hl (0 , ' OpencodeContextSelection' , { link = ' Visual' , default = true })
31+ vim .api .nvim_set_hl (0 , ' OpencodeContextError' , { link = ' DiagnosticError' , default = true })
32+ vim .api .nvim_set_hl (0 , ' OpencodeContextWarning' , { link = ' DiagnosticWarn' , default = true })
33+ vim .api .nvim_set_hl (0 , ' OpencodeContextInfo' , { link = ' DiagnosticInfo' , default = true })
2634 else
2735 vim .api .nvim_set_hl (0 , ' OpencodeBorder' , { fg = ' #616161' , default = true })
2836 vim .api .nvim_set_hl (0 , ' OpencodeBackground' , { link = ' Normal' , default = true })
@@ -43,6 +51,14 @@ function M.setup()
4351 vim .api .nvim_set_hl (0 , ' OpencodeInputLegend' , { bg = ' #616161' , fg = ' #CCCCCC' , bold = false , default = true })
4452 vim .api .nvim_set_hl (0 , ' OpencodeHint' , { link = ' Comment' , default = true })
4553 vim .api .nvim_set_hl (0 , ' OpencodeGuardDenied' , { fg = ' #EF5350' , bold = true , default = true })
54+ vim .api .nvim_set_hl (0 , ' OpencodeContext' , { fg = ' #3b4261' , default = true })
55+ vim .api .nvim_set_hl (0 , ' OpencodeContextBar' , { fg = ' #3b4261' , default = true })
56+ vim .api .nvim_set_hl (0 , ' OpencodeContextCurrentFile' , { link = ' Comment' , default = true })
57+ vim .api .nvim_set_hl (0 , ' OpencodeContextAgent' , { link = ' Comment' , default = true })
58+ vim .api .nvim_set_hl (0 , ' OpencodeContextSelection' , { link = ' Visual' , default = true })
59+ vim .api .nvim_set_hl (0 , ' OpencodeContextError' , { link = ' DiagnosticError' , default = true })
60+ vim .api .nvim_set_hl (0 , ' OpencodeContextWarning' , { link = ' DiagnosticWarn' , default = true })
61+ vim .api .nvim_set_hl (0 , ' OpencodeContextInfo' , { link = ' DiagnosticInfo' , default = true })
4662 end
4763end
4864
0 commit comments