You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's exactly the change I made (41dcd67). I used your code as a starting point to create a theme in the style of DraculaPro Theme. However, I noticed that in some class and use case diagrams, the fonts, colors, and sizes were not being changed as expected. I even tried using DefaultMonospacedFontName instead of DefaultFontName. It only started working correctly after I placed these lines at the beginning of the skinparam.
In my code, I did:
skinparam {
' ' Default font styles ' DefaultFontColor$color_pinkDefaultFontNameFira MonoDefaultFontSize20...
Hello, Patrik.
Just some suggestion. If you change the order and put:
just after "skinparam {", all defaults will work and all specific changes, like DefaultFontColor to ClassFontColor will work too.
Have a nice day!
Guilherme.
The text was updated successfully, but these errors were encountered: