Open kaptem opened 5 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"
}
}
An additional dark theme which is high contrast, black background and white foreground, would be nice.