openwrt / luci

LuCI - OpenWrt Configuration Interface
Apache License 2.0
6.25k stars 2.5k forks source link

luci-theme-bootstrap: incorrect hue rotation of graph images in dark mode #7240

Open sqrwf opened 1 month ago

sqrwf commented 1 month ago

For some reason, after inverting the images in dark mode the hue is rotated by only 150 degrees instead of 180, resulting in all colors being 30 degrees off.

https://github.com/openwrt/luci/blob/521dc76ab34b87df9ab33e53fe1e82a6007391ae/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css#L2576

Light mode: Untitled

Dark mode: Incorrect rotation by 150 degrees: the original red line becomes purple image

Correct rotation by 180 degrees: image

systemcrash commented 1 month ago

Both look good :)