Skip to content

mdoc-quickstart: Request: add dark-mode screenshot for dark-mode users #3

@adiabatic

Description

@adiabatic

I tend to use dark mode on all my computers when the sun goes down. While this makes GitHub more pleasant to read after dark, bright-white images can be blinding. Would you consider replacing mdoc-examples.png with a dark version, or having the browser choose with something like the following?

<picture>
 <source srcset='mdoc-examples-dark.png' media='(prefers-color-scheme: dark)' type='image/png'>
 <img src='mdoc-examples-light.png' alt='Image of the mdoc-examples.7 man page'>
</picture>

I'd happily supply a pair of my own, but macOS' own manual page displayer is in monochrome, which is surprisingly less interesting than what Gentoo generates.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions