Re: gnumeric dark theme

Morten Welinder <[email protected]> Tue, 16 Feb 2021 19:17:18 -0500
Newsgroups gmane.comp.gnome.apps.gnumeric
Message-ID <CANv4PNm57C2PX0xHUYnfykeNj2fadntQMsWUa86vGy0_VJD8ig@mail.gmail.com>
I have code that can detect whether a theme is dark.  (It's a
heuristic -- looks at the
foreground colour; if that is light, the theme is probably dark.  For
the sake of argument,
assume it works.)

I could use that to load a "gnumeric-dark.css" file instead, but that
leaves the question
of what to put into such a file.  I would probably add a
gnumeric-common.css file too,
just so we don't have to repeat everything.

Do you have a suggestion about what should go into there?

Morten