@@ -104,7 +104,7 @@ flowchart BT
104104 classDef l4 fill:#052e2b,stroke:#2dd4bf,stroke-width:2px,color:#e2e8f0;
105105 classDef l5 fill:#3f3f46,stroke:#fde047,stroke-width:2.5px,color:#fefce8;
106106 classDef appsA1 fill:#052e16,stroke:#22c55e,stroke-width:2px,color:#dcfce7;
107- classDef appsA2 fill:#083344 ,stroke:#14b8a6 ,stroke-width:2.2px,color:#ccfbf1 ;
107+ classDef appsA2 fill:#4a1030 ,stroke:#f472b6 ,stroke-width:2.2px,color:#fce7f3 ;
108108 classDef appsCore fill:#450a0a,stroke:#f43f5e,stroke-width:2.5px,color:#ffe4e6;
109109
110110 class derive,buffer,noise l0;
@@ -127,7 +127,7 @@ flowchart BT
127127 style STR_L5 fill:#27272a,stroke:#facc15,stroke-width:1.5px
128128 style APPS_L0 fill:#2a0f16,stroke:#f43f5e,stroke-width:1.5px
129129 style APPS_L1 fill:#14532d,stroke:#22c55e,stroke-width:1.5px
130- style APPS_L2 fill:#0f3b38 ,stroke:#14b8a6 ,stroke-width:1.6px
130+ style APPS_L2 fill:#3d1230 ,stroke:#f472b6 ,stroke-width:1.6px
131131
132132 derive --> binary
133133 buffer -. "with_buffer_pool" .-> binary
@@ -213,7 +213,7 @@ flowchart BT
213213 linkStyle 37,38,39,40,41,42,43,44,45,46,47,48,49,50,51 stroke:#fde047,stroke-width:2.3px,opacity:0.98
214214 linkStyle 52,53 stroke:#f43f5e,stroke-width:2.4px,opacity:1
215215 linkStyle 54,55,56,57,59,60,61,62 stroke:#22c55e,stroke-width:2.4px,opacity:1
216- linkStyle 58,63,64,65 stroke:#14b8a6 ,stroke-width:2.5px,opacity:1
216+ linkStyle 58,63,64,65 stroke:#f472b6 ,stroke-width:2.5px,opacity:1
217217
218218 linkStyle 0,1,3,14 stroke:#38bdf8,stroke-width:4.6px,opacity:1
219219 linkStyle 5,6,7,8,18 stroke:#a78bfa,stroke-width:4.6px,opacity:1
@@ -250,4 +250,4 @@ flowchart TB
250250```
251251
252252Please note that the diagrams above are meant to be rendered via [ Mermaid] ( https://mermaid.ai/ ) . Github renders it automatically.
253- If you're reading this file somewhere else, you may need to use a Mermaid renderer to view the diagrams as intended.
253+ If you're reading this file somewhere else, you may need to use a Mermaid renderer to view the diagrams as intended.
0 commit comments