Skip to content

Commit

Permalink
New color for process color
Browse files Browse the repository at this point in the history
The color from a worker was hard to distinguish from the color of
a supervisor for some people.
  • Loading branch information
hugobarauna committed Jun 4, 2024
1 parent bfd6be2 commit 0597132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kino/process.ex
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defmodule Kino.Process do
@mermaid_classdefs """
classDef root fill:#c4b5fd, stroke:#374151, stroke-width:4px;
classDef supervisor fill:#c4b5fd, stroke:#374151, stroke-width:1px;
classDef worker fill:#93c5fd, stroke:#374151, stroke-width:1px;
classDef worker fill:#66c2a5, stroke:#374151, stroke-width:1px;
classDef notstarted color:#777, fill:#d9d9d9, stroke:#777, stroke-width:1px;
classDef ets fill:#a5f3fc, stroke:#374151, stroke-width:1px;
"""
Expand Down

0 comments on commit 0597132

Please sign in to comment.