Hi Speeder,> FontColor #?black:white
why do youa) have a ? in your color? ==> this produced the errorb) combine # with a concrete color name; eg. I would only use #FF00FFc) define 2 font colors?
I know you can use 2 colors for the background like below
BR Helmut@startuml<style>component { FontColor darkred BackgroundColor #FFFFCC/gold}</style>legend right| Table |endlegendcomponent teszti@enduml
Hi Speeder,the problem is that tables cannot be combined with automatic font colors at all@startuml<style>document { BackGroundColor darkblue}root { FontColor #?black:white LineColor white}</style>
' table with #? not working' actor "|table|" as aliceactor "no table" as alice
alice -> bob : hello@endumlI created a Github issue: Tables cannot be combined with "Automatic Font Colors" (#?) · Issue #2350 · plantuml/plantuml BR Helmut
(--------)
FYI that is now fixed from V1.2026.0.
Regards,Th.