Skip to content

Commit 47748d0

Browse files
committed
docs: better colors for diagram
1 parent dc34441 commit 47748d0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,20 +87,20 @@ No LLM configuration needed in the plugin. The agent handles its own model confi
8787

8888
```mermaid
8989
sequenceDiagram
90-
box rgb(74,144,217) Argo Rollouts
90+
box rgb(175, 202, 232) Argo Rollouts
9191
participant AC as Controller
9292
end
93-
box rgb(91,168,90) Plugin
93+
box rgb(152, 213, 151) Plugin
9494
participant P as Plugin
9595
end
96-
box rgb(139,92,246) Kubernetes Agents
96+
box rgb(200, 184, 238) Kubernetes Agents
9797
participant KA as Agent
9898
participant DA as Diagnostic Agent
9999
participant MA as Metrics Agent
100100
participant AA as Analysis Agent
101101
participant RA as Remediation Agent
102102
end
103-
box rgb(36,41,47) GitHub
103+
box rgb(220, 246, 184) GitHub
104104
participant GH as GitHub
105105
end
106106

0 commit comments

Comments
 (0)