bootsoon / ng-circle-progress

A simple circle progress component created for Angular based on SVG Graphics.
https://bootsoon.github.io/ng-circle-progress/
MIT License
250 stars 86 forks source link

How to deal with dark mode? #209

Open wautersj opened 8 months ago

wautersj commented 8 months ago

We can set some colors in the NgCircleProgressModule.forRoot({ methode.

But it can only accept a single value for a color, regardless of prefered color scheme of the device.

Is there a way to determine different colors, for light/dark device scheme?

image