Re: gnumeric dark theme
Morten Welinder <[email protected]> Thu, 18 Feb 2021 18:37:46 -0500
| Newsgroups | gmane.comp.gnome.apps.gnumeric |
|---|---|
| Message-ID | <CANv4PNkgkj3GiaykhYiYXkoRDbAcUbvQ2OQeAZE2pPfh5860Lg@mail.gmail.com> |
> I am unable to change the grid color The grid colour can come either from the spreadsheet (if you define borders) or from a default which happens to live in src/style-color.c, function style_color_grid. That means that currently you need a recompile to change it. I'll try to hook it up somewhere where it can be controlled by css. M.