Skip to content

Commit

Permalink
Merge pull request #6015 from gassmoeller/improve_plugin_graph
Browse files Browse the repository at this point in the history
Use lighter green color in plugin graph
  • Loading branch information
tjhei authored Aug 27, 2024
2 parents bad6704 + 9583ab8 commit f488e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/aspect/plugins.h
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ namespace aspect
output_stream << std::string(typeid(InterfaceClass).name())
<< " [label=\""
<< plugin_system_name
<< "\", height=.8,width=.8,shape=\"rect\",fillcolor=\"green\"]"
<< "\", height=.8,width=.8,shape=\"rect\",fillcolor=\"lightgreen\"]"
<< std::endl;

// then output the graph nodes for each plugin, with links to the
Expand Down

0 comments on commit f488e7f

Please sign in to comment.