From: Wolfgang Bangerth Date: Wed, 15 Jan 2020 21:01:49 +0000 (-0700) Subject: Change the color of time dep. tutorials to a lighter blue. X-Git-Tag: v9.2.0-rc1~650^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9370%2Fhead;p=dealii.git Change the color of time dep. tutorials to a lighter blue. --- diff --git a/doc/doxygen/scripts/steps.pl b/doc/doxygen/scripts/steps.pl index 1f466e5c56..3e95334a6e 100644 --- a/doc/doxygen/scripts/steps.pl +++ b/doc/doxygen/scripts/steps.pl @@ -27,13 +27,14 @@ while (my $line = ) } # List of additional node and edge attributes to highlight purpose and state of -# a tutorial or code gallery program +# a tutorial or code gallery program. For a list of colors, take a look here: +# https://www.graphviz.org/doc/info/colors.html my %colors = ( "basic" => 'green', "techniques" => 'orange', "fluids" => 'yellow2', "solids" => 'lightblue', - "time dependent" => 'blue', + "time dependent" => 'dodgerblue1', "unfinished" => 'black', "code-gallery" => 'black', );