-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
Websites can now automatically switch between light and dark themes based on system settings using prefers-color-scheme
. It would be nice if rustdoc had a theme that looks like the light theme by default but looks like the dark theme in the @media (prefers-color-scheme: dark)
condition. Since this is backward-compatible with the current default being the light theme, it could even be made the new default.
OptimisticPeach, avindra and SOF3
Metadata
Metadata
Assignees
Labels
C-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.