]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Change the color of time dep. tutorials to a lighter blue. 9370/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 15 Jan 2020 21:01:49 +0000 (14:01 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 17 Jan 2020 16:06:33 +0000 (09:06 -0700)
doc/doxygen/scripts/steps.pl

index 1f466e5c564a4ef8755455cec89115e642feca12..3e95334a6e111ac6da0e62c9e369030c526df639 100644 (file)
@@ -27,13 +27,14 @@ while (my $line = <TUTORIAL>)
 }
 
 # 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',
     );

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.