In the theme cerulean the message of a delay is invisible
Minimum breaking example below:
@startuml themetest
!theme cerulean
title Theme test
Actor "Mr. A" as A
Actor "Ms. B" as B
A -> B : Test A to B
... Test wait...
==Test Break==
@enduml
I have also checked in the theme, and it is seemingly defined under:
...
!startsub sequence
...
DelayFontColor $DARK
with dark defined above as:
!$DARK = "#343A40"
But even when making a copy of the theme and manually setting this to #000000 black for example it did not change anything.
Does anyone know what is causing this behavior?