Change color node on sources in dbt docs

The problem I’m having

I would like to change the color node on all the sources in my dbt project. Is there a way to change this? Or is it just always green by default?

The context of why I’m trying to do this

All my sources are in my silver layer, but in the documentation they appear as green as per default.

What I’ve already tried

> models:
>   sources: 
>     +docs: 
>       node_color: "#A0A0A0"

Some example code or error messages

Nothing happens when I put this in.

From docs | dbt Developer Hub

The docs attribute now supports node_color to customize the display color of some node types in the DAG within dbt docs.

Unfortunately I don’t think the “some node types” includes sources, although the documentation is irritatingly vague on what is actually supported.