From 4c54210d6e35b25a95b56d2e098ac12285e5a9a1 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Thu, 25 Jun 2026 11:06:03 +0100 Subject: [PATCH] Suggested aesthetic changes --- build_support/catalog/gtdraw_settings.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/build_support/catalog/gtdraw_settings.yaml b/build_support/catalog/gtdraw_settings.yaml index d0b414f55..2bbd9889c 100644 --- a/build_support/catalog/gtdraw_settings.yaml +++ b/build_support/catalog/gtdraw_settings.yaml @@ -1,10 +1,12 @@ # Default draw_tree settings applied to all catalog games. defaults: - color_scheme: gambit + color_scheme: colorblind font_family: sffamily font_italic: true shared_terminal_depth: true sublevel_scaling: 0 + iset_fill: true + iset_boundary: none # Per-game overrides. Keys are slug prefixes or exact slugs. # For a given game, all matching keys are applied shortest-first, @@ -27,7 +29,18 @@ overrides: shared_terminal_depth: false journals/mor/vonstengelforges2008/fig1: sublevel_scaling: 1 + journals/mor/vonstengelforges2008/fig6: + action_label_dist: 3.0 journals/mor/vonstengelforges2008/fig9: sublevel_scaling: 0.5 journals/geb/gilboa1997/fig1: action_label_dist: 5.0 + conf/itcs/jakobsen2016/fig3: + action_label_dist: 3.0 + color_scheme: custom + custom_colors: + 0: '#759138' + 1: '#007FFF' + 2: '#DD79E0' + 3: '#1616BC' + 4: '#985003'