johnfactotum / foliate

Read e-books in style
https://johnfactotum.github.io/foliate/
GNU General Public License v3.0
6.42k stars 295 forks source link

High Contrast Dark Mode #1331

Open kaptem opened 5 months ago

kaptem commented 5 months ago

An additional dark theme which is high contrast, black background and white foreground, would be nice.

acertain commented 2 months ago

this can be done with custom themes https://github.com/johnfactotum/foliate/blob/gtk4/docs/faq.md#how-to-use-custom-themes e.g.

{
  "name": "hicontrast",
  "label": "Hi Contrast",
  "light": {
    "fg": "#000000",
    "bg": "#ffffff",
    "link": "#0066cc"
  },
  "dark": {
    "fg": "#ffffff",
    "bg": "#000000",
    "link": "#77bbee"
  }
}