Skip to content

New color scheme with hybrid dark mode support #428

@DRSDavidSoft

Description

@DRSDavidSoft

Originally discussed in: #422 (comment)

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions