How can I change class header text color and background color?

0 votes
asked Dec 2, 2017 in Closed question / help by Anthony-Gaudino (5,720 points)
How do I change the class header (the part where the class name appears) text color and background color?

1 Answer

0 votes
answered Dec 2, 2017 by Anthony-Gaudino (5,720 points)
selected Dec 9, 2017 by Anthony-Gaudino
 
Best answer

I figured I can change those by adding a "" around.

Ex: "<color:Red><size:16>**name**</size></color>" works.

This can also be changed using the skimparam attributes:

skinparam class<<optional_stereotype>> {
        FontColor             color
        FontName              name
        FontSize              size
        FontStyle             color
        HeaderBackgroundColor color
}

...