TorchDSP / torchsig

TorchSig is an open-source signal processing machine learning toolkit based on the PyTorch data handling pipeline.
MIT License
170 stars 38 forks source link

Change README logo if in dark mode #95

Closed lboegner closed 1 year ago

lboegner commented 1 year ago

The logo used in the README isn't easily viewable when a GitHub user is using dark mode due to the black text. This update adds and uses the white/dodgerblue logo from torchsig.com if the user is in dark mode for easier viewing, and if the user is using light mode, the existing logo is used.

Tests:

White/dodgerblue logo used in dark mode:

dark-mode-logo

Black/dodgerblue logo used in light mode:

light-mode-logo