Summary: | add color mode option to change only the text's color | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | eemantsal <infmtk> |
Component: | general | Assignee: | Okular developers <okular-devel> |
Status: | REPORTED --- | ||
Severity: | wishlist | CC: | phil4000n |
Priority: | NOR | ||
Version First Reported In: | 20.12.1 | ||
Target Milestone: | --- | ||
Platform: | Manjaro | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=461012 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
eemantsal
2019-07-04 21:12:28 UTC
Okular 20.12 Under Configuration>Configuration Okular>Accessability they are may colours changes possible, in particular to modify the paper colour or work in inverted colours. However, it lacks one simple feature, to change the font color. This is convenient to work in dark mode, where you only want the paper colour to be dark and the text to be visible on a dark paper, everything else (annotations, images, etc.) you do you to keep them as such, which the inverted colours does NOT. Thanks for additing this simple feature. Explicitely setting a font color is an interesting approach, which I didn’t think of yet. The Change Paper Color option just sets the background color of the view area, and the rendering backend (Poppler) just has to return transparent pixmaps. Changing the text color would require to tell Poppler about this color. Is there an easy way to implement that? Atril already can do that, so it’s not impossible. The bigger challenge is probably inside Okular, because we will handle pixmaps of different “quality” then. https://bugs.kde.org/show_bug.cgi?id=461012 now covers preserving images. |