Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tviegut committed Oct 24, 2024
1 parent 552fe9c commit 6b24fd5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ protected void build(IFile result, IProgressMonitor monitor) throws CoreExceptio
serializer.setCopyrightSingleLine(Info.getSingleLineCopyrightText(file.getProject()));

// Set diagram preferences used by any PlantUML diagram builders
serializer.setDocRootClassesColor(Info.getPreference(DOCROOT_CLASSES_COLOR));
serializer.setDocRootClassesFontColor(ColorUtils.getHexFontColor(Info.getPreference(DOCROOT_CLASSES_COLOR)));
serializer.setConcreteClassesColor(Info.getPreference(CONCRETE_CLASSES_COLOR));
serializer.setConcreteClassesFontColor(ColorUtils.getHexFontColor(Info.getPreference(CONCRETE_CLASSES_COLOR)));
serializer.setAbstractClassesColor(Info.getPreference(ABSTRACT_CLASSES_COLOR));
Expand Down

0 comments on commit 6b24fd5

Please sign in to comment.