spacelab theme: message "test" is not seen

0 votes
asked Nov 3 in Bug by boshka (3,880 points)
edited Nov 3 by boshka

1 Answer

0 votes
answered Nov 3 by The-Lu (60,440 points)

Hello B., and all,

It is due to the fact this theme must be used with a dark background, as:

!$BGCOLOR = gray
!theme spacelab
a->b: test

If you want to use on light background, you can use:

skinparam arrowFontColor $PRIMARY_DARK

Then here is the expected result:

!theme spacelab
skinparam arrowFontColor $PRIMARY_DARK
a->b: test

See similar issue here... :

If you want: you can ask directly the author of those themes.

If that can help,

Regards,
Th.

commented Nov 8 by boshka (3,880 points)
Hi The-Lu!

Thank you for clarifications!
...