Choices and Footnotes almost impossible to read on Spacelab themes

0 votes
asked Mar 15, 2023 in Bug by eduardomozart (360 points)

1 Answer

0 votes
answered Mar 16, 2023 by The-Lu (63,920 points)
edited Mar 16, 2023 by The-Lu

Hello E., and all,

Perhaps because this theme should be used by dark background, as:

If that can help,
Regards.

commented Mar 16, 2023 by The-Lu (63,920 points)

Then if you want use on light background, you can add some style after theme command, as:

!theme spacelab
<style>
arrow {
  FontColor black
}
footer {
  FontColor black
}
</style>

Here is the expected result:

If that can help,
Regards.

commented Mar 16, 2023 by plantuml (294,960 points)

And finally, there is this not-very-documented feature which works only for FontText:

FontColor ?black:orange

The fontcolor is choosen depending on the background.

Black background
White background
 

We should probably update themes with this feature.

commented Mar 16, 2023 by The-Lu (63,920 points)

Good... yes
To be add to the todo list of theme enhancement...

Regards.

...