Skip to content

Commit

Permalink
feat(codecompanion): add agent highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
olimorris committed Nov 4, 2024
1 parent 35d5a47 commit da7fb10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/onedarkpro/highlights/plugins/codecompanion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ function M.groups(theme)
return {
CodeCompanionChatHeader = { fg = theme.palette.purple, bold = true },
CodeCompanionChatSeparator = { fg = theme.palette.gray },
CodeCompanionChatAgent = { fg = theme.palette.bg, bg = theme.palette.orange },
CodeCompanionChatTool = { fg = theme.palette.bg, bg = theme.palette.green },
CodeCompanionChatVariable = { fg = theme.palette.bg, bg = theme.palette.blue },
}
Expand Down

0 comments on commit da7fb10

Please sign in to comment.