You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Kint 6, we can drop IE support and use CSS variables together with media queries to detect dark mode support by the device or the browser and automatically apply a cool looking dark variant of that theme:
@media (prefers-color-scheme: dark) {...}
This preferably needs to be applied to all themes currently residing in the resources directory.
While at it, the color scheme can be refreshed for a more modern and streamlined look, with more contrast.