ansisvg
ansisvg copied to clipboard
Support dark/light mode somehow?
I noticed that the jq svg logo https://jqlang.github.io/jq/jq.svg has this selector @media (prefers-color-scheme:dark){g[fill]{filter:invert(1);stroke:none}}
. Could be used to select between dark/light colors.