From 737ae6c7a5f8a0105d67b0399f1ae1a5eddd0739 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 15 Jan 2020 14:01:49 -0700 Subject: [PATCH] Change the color of time dep. tutorials to a lighter blue. --- doc/doxygen/scripts/steps.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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', ); -- 2.39.5