this post was submitted on 30 Nov 2023
30 points (100.0% liked)
Free and Open Source Software
17905 readers
1 users here now
If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Have you tried KOReader yet? It's not Material UI and doesn't have any sort of "theme", since it's very focused on just showing your text, but it lets you extensively pick fonts and styles for your books, has dictionary lookups (tap and hold), page view, and it can sync with itself (available on the desktop and many physical ereaders). My main gripe is that it's very configurable, and I don't personally like many of the defaults. After setting it all up it's quite powerful, and I use it on my physical ereader, Android phone, and desktop PC in roughly the same configuration.
Yes I have but it’s either pure white that burns your eyes or eye burning white letters on deep space black and I do not want that. I really want the app to either adapt to my material you theme (which is yellow-brown colored and really nice to look at I think) or give me the option to make my own theme.
You can change the background color by changing the
["cre_background_color"]
key insettings.reader.lua
(again, I dislike needing to configure it like this). On my Android and desktop I set it to["cre_background_color"] = "0xECECEC",
, which inverts into a nice gray when I set it to night mode, then I invert all the image colors so they're a normal color. ~~Font color can't be changed though, TMK.~~ You can change font color with custom CSS snippets.Not sure about UI font color, but user style tweaks can change book font colors.
Wow I feel dumb for not thinking of that. In my defense I like the text as #FFF on gray. KOReader's arbitrary CSS snippets and style tweaks are really neat.