From 83048054a27340adf03068fc766965324856f9a9 Mon Sep 17 00:00:00 2001 From: Martino Ferrari Date: Wed, 22 Apr 2026 11:21:08 +0200 Subject: [PATCH] using long color codes only --- autodoc/doc_state.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autodoc/doc_state.py b/autodoc/doc_state.py index 4ddd47b..6c2a09d 100644 --- a/autodoc/doc_state.py +++ b/autodoc/doc_state.py @@ -596,7 +596,7 @@ def __simple_ds__(label, obj, edges): bordercolor = "#00aaff" style = "penwidth=2" if cls == "GAMDataSource": - fillcolor = "#eee" + fillcolor = "#eeeeee" node = f"{id}[label=<{label}
{cls}>, " node += f'{style}, fillcolor="{fillcolor}", color="{bordercolor}"]\n' if thread and not multi_thread: