chiark / gitweb /
change land colour
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 7 Mar 2019 17:29:12 +0000 (17:29 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 7 Mar 2019 17:29:12 +0000 (17:29 +0000)
colours
generate-board
misc-data.pl

diff --git a/colours b/colours
index 42760b37a9cee0581d7faac6d5ed614722864043..6c6de52b7b49e400872df7a61b49c427a0147cc0 100644 (file)
--- a/colours
+++ b/colours
@@ -9,11 +9,10 @@ edge        MISC
 playerdeck    MISC 
 text         MISC 
 textshadow    MISC 
-
+land MISC
 
 high LIGHTER 0.75
 
-land LIGHTER 0.75
 
 cube          MISC 
 cube DARKER 0.25
index 69c2b1526379f52fedba9ce17413431f877f226c..aba250670b627025fece06fe81b19d567a0aa4ae 100755 (executable)
@@ -539,7 +539,7 @@ sub miscpscolour ($) {
 sub seatrackedgepscolour () { darkerpscolour('cube', 0.25) }
 
 sub fill_faces() {
-  o("clippath ", facepscolour('land'), " fill\n");
+  o("clippath ", miscpscolour('land'), " fill\n");
   foreach my $rr (values %region) {
     next if $rr->{Name} =~ m/^L2?$/;
     face_path($rr);
index 806c3e93da7f3ca6e75c3b8f33ddf9072a944649..e8b7903f60a0d96ce3aa6d7592dab93b813d57be 100644 (file)
@@ -11,7 +11,8 @@ our %c =
      high   => '888',
      sea    => '3ad',
      cube   => '8df',
-     land   => '442',
+#     land   => '8b4513', # saddlebrown
+     land   => 'a0522d', # sienna
      edge   => '000',
      text        => 'fff',
      textshadow  => '000',