specific line color from theme colors

This commit is contained in:
April M 2025-11-21 11:38:10 -08:00
parent b21d384346
commit 224b41deeb

View file

@ -29,7 +29,9 @@ OpenRAG deploys and orchestrates a lightweight, container-based architecture tha
```mermaid ```mermaid
--- ---
config: config:
theme: 'dark' theme: 'base'
themeVariables:
lineColor: '#2e8555'
--- ---
flowchart TD flowchart TD
subgraph Containers subgraph Containers