Re: Possible to get it out of reverse video?

2022-07-30 Thread Harriet Bazley
[forwarded from Chris Young, as I didn't see the CC'd message turn up on
the list]

-- Begin forwarded message --
Date: Fri, 29 Jul 2022 15:08:46 +0100
From: Chris Young 
To: Harriet Bazley 
CC: netsurf-users@netsurf-browser.org
Subject: Re: Possible to get it out of reverse video?

>
>
> I'm struggling to post to this list, so hopefully this will work.
>
> Harriet Bazley wrote:
> > Unfortunately I'm pretty sure Netsurf doesn't offer any mechanism to
> > force HTML pages to change their colour scheme.  It doesn't offer all
> > that many customisations anyway (you can't even tell it not to load
> > images, so far as I'm aware).   I think it was mainly written to be
> > small and fast, rather than highly flexible.
>
> There is a media query which allows a web browser to pick up the preferred
> colour scheme (light mode/dark mode) from the OS (or the browser itself).
> NetSurf does not implement this, so everything defaults to light mode.
>
> That would help with sites which support dark mode (via the media query or
> otherwise), however still leaves the rest of the web in light mode.
>
> You can change the default CSS but it is only going to help if the page
> itself doesn't specify colours.
>
> If the page specifies colours then they will be used by NetSurf - there's
> no way of overriding them (beyond light mode/dark mode - and even then
> you're still using colours specified by the page).  I'm not sure how you'd
> even go about implementing this.
>
--- End forwarded message ---

-- 
Harriet Bazley ==  Loyaulte me lie ==

Nostalgia isn't what it used to be.
___
netsurf-users mailing list -- netsurf-users@netsurf-browser.org
To unsubscribe send an email to netsurf-users-le...@netsurf-browser.org


Re: Possible to get it out of reverse video?

2022-07-30 Thread Mouse
>> If the page specifies colours then they will be used by NetSurf -
>> there's no way of overriding them [...].  I'm not sure how you'd
>> even go about implementing this.

Personally?  My first reaction is to look at the display code and have
it used fixed colours instead of the colours that come from the page,
from the default CSS, from wherever.

That probably wouldn't be the best answer; it's just the most obvious
answer that occurs to me.

/~\ The ASCII Mouse
\ / Ribbon Campaign
 X  Against HTMLmo...@rodents-montreal.org
/ \ Email!   7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B
___
netsurf-users mailing list -- netsurf-users@netsurf-browser.org
To unsubscribe send an email to netsurf-users-le...@netsurf-browser.org