Re: [ovs-dev] [PATCH v1 11/12] python: ovs: flowviz: Support html dark style.

2024-02-29 Thread Eelco Chaudron
On 19 Feb 2024, at 9:14, Adrian Moreno wrote: > In order to support dark style in html outputs, allow the config file to > express the background color and set it in a top style object. > > Signed-off-by: Adrian Moreno Thanks for adding this. It makes my eyes happy ;) Acked-by: Eelco

[ovs-dev] [PATCH v1 11/12] python: ovs: flowviz: Support html dark style.

2024-02-19 Thread Adrian Moreno
In order to support dark style in html outputs, allow the config file to express the background color and set it in a top style object. Signed-off-by: Adrian Moreno --- python/ovs/flowviz/html_format.py | 4 +++- python/ovs/flowviz/odp/html.py | 30 -