Hello
After update to FF 150.0 I have an issue I can't solve myself. My old theme that I was using for many, many years changed colours, because now frame colour correspo… (read more)
Hello
After update to FF 150.0 I have an issue I can't solve myself. My old theme that I was using for many, many years changed colours, because now frame colour corresponds to whatever FF uses dark theme or light theme for some panels like bookmarks, bookmarks editor e.t.c ( I assume it). So if frame is dark all other elements switch to dark mode. I`m looking for a way to change it back to how it was before FF 150.0, meaning if frame is dark I want all rest element of FF to become light themed.
For instance:
in manifest.json
if "frame": "rgb(31, 34, 60)",
everything else turn dark
if "frame": "rgb(131, 134, 160)",
everything else turns light
Default themes won't work for me ( v.bad eyesight )
Is there any entry I can add to manifest.json to get what I want?
I mean:
if "frame": "rgb(31, 34, 60)",
I need everything to use LIGHT themed colours.