Skip to content

Commit 2a3a77f

Browse files
committed
fix: Adjusted README.md color-scheme for pipeline overview.
1 parent 360a9b6 commit 2a3a77f

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -868,17 +868,16 @@ flowchart LR
868868
D -.-> D1[Symbolic Evaluation]
869869
E -.-> E1[Virtual IR Normalization]
870870
871-
style A fill:#4c1d95,stroke:#8b5cf6,stroke-width:2px,color:#e9d5ff
872-
style B fill:#1e3a8a,stroke:#3b82f6,stroke-width:2px,color:#dbeafe
873-
style C fill:#064e3b,stroke:#10b981,stroke-width:2px,color:#d1fae5
874-
style D fill:#7c2d12,stroke:#f97316,stroke-width:2px,color:#ffedd5
875-
style E fill:#701a75,stroke:#d946ef,stroke-width:2px,color:#fae8ff
876-
style F fill:#0f766e,stroke:#14b8a6,stroke-width:2px,color:#ccfbf1
871+
%% Main pipeline nodes: Deep blue with cyan accents
872+
classDef pipeline fill:#0c1929,stroke:#00d4ff,stroke-width:1px,color:#ffffff
873+
class A,B,C,D,E,F pipeline
877874
878-
style B1 fill:transparent,stroke:#3b82f6,color:#93c5fd
879-
style C1 fill:transparent,stroke:#10b981,color:#6ee7b7
880-
style D1 fill:transparent,stroke:#f97316,color:#fdba74
881-
style E1 fill:transparent,stroke:#d946ef,color:#f0abfc
875+
%% Annotation nodes: Transparent with subtle blue glow
876+
classDef annotation fill:#1e293b,stroke:#475569,stroke-width:1px,color:#94a3b8,stroke-dasharray:3 3
877+
class B1,C1,D1,E1 annotation
878+
879+
linkStyle default stroke:#00d4ff,stroke-width:1px
880+
linkStyle 5,6,7,8 stroke:#475569,stroke-width:1px,stroke-dasharray:3 3
882881
```
883882

884883
1. **SSA Construction:** `golang.org/x/tools/go/ssa` converts source to Static Single Assignment form with explicit control flow graphs

0 commit comments

Comments
 (0)