Skip to content

Commit

Permalink
fix(codecompanion): make header purple
Browse files Browse the repository at this point in the history
  • Loading branch information
olimorris committed Jul 27, 2024
1 parent c2d20cf commit c825a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/onedarkpro/highlights/plugins/codecompanion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function M.groups(theme)
local config = require("onedarkpro.config").config

return {
CodeCompanionChatHeader = { fg = theme.palette.fg, bold = true },
CodeCompanionChatHeader = { fg = theme.palette.purple, bold = true },
CodeCompanionChatSeparator = { fg = theme.palette.gray },
CodeCompanionChatTool = { fg = theme.palette.bg, bg = theme.palette.green },
CodeCompanionChatVariable = { fg = theme.palette.bg, bg = theme.palette.blue },
Expand Down

0 comments on commit c825a34

Please sign in to comment.