%%{init: {'theme': 'base', 'themeVariables': {'background': '#282828','primaryColor': '#3c3836','primaryTextColor': '#fbf1c7','primaryBorderColor': '#fabd2f','lineColor': '#d3869b'}}}%% flowchart LR A[Thread 1] --> C[Shared Data] B[Thread 2] --> C C --> D[Mutex]