user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
From: Kyle Meyer <kyle@kyleam.com>
To: Eric Wong <e@80x24.org>, Johannes Altmanninger <aclopte@gmail.com>
Cc: meta@public-inbox.org
Subject: Re: Unexpected white-on-black text in QtWebEngine-based browsers
Date: Thu, 31 Dec 2020 23:16:54 GMT	[thread overview]
Message-ID: <871rf5sh0g.fsf@kyleam.com> (raw)
In-Reply-To: <X+5VRUXGtukANrOa@dcvr>

Eric Wong writes:

> Johannes Altmanninger <aclopte@gmail.com> wrote:
>
>> This happens with Qutebrowser and Falkon, two QtWebEngine-based browsers.
>> On Firefox or Chrome, the site displays black-on-white as usual.
>
> It depends on your browsers' prefers-color-scheme setting which was
> standardized <2 years ago, I think...  I know Firefox supports it,
> can't remember others.

Hmm I just installed Qutebrowser (1.14.1, which looks to be the latest
release) via Guix and visited public-inbox.org/meta, and it used the
light theme.  I've never used Qutebrowser, and I don't have any idea why
I see a different default.

At any rate, I can make it use a dark theme by adding the following line
to $HOME/.config/qutebrowser/config.py:

    config.set("colors.webpage.darkmode.enabled", True)

So, Johannes, perhaps you can get the light theme you're after with

    config.set("colors.webpage.darkmode.enabled", False)

  reply	other threads:[~2020-12-31 23:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-31 22:06 Unexpected white-on-black text in QtWebEngine-based browsers Johannes Altmanninger
2020-12-31 22:48 ` Eric Wong
2020-12-31 23:16   ` Kyle Meyer [this message]
2021-01-01  9:08     ` Johannes Altmanninger
2021-01-01  9:02   ` Johannes Altmanninger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://public-inbox.org/README

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871rf5sh0g.fsf@kyleam.com \
    --to=kyle@kyleam.com \
    --cc=aclopte@gmail.com \
    --cc=e@80x24.org \
    --cc=meta@public-inbox.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).