specific line color from theme colors
This commit is contained in:
parent
b21d384346
commit
224b41deeb
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue