Replies: 1 comment 3 replies
|
You can use a custom Qt stylesheet to override the selection color echo "QTreeView::item:selected { background-color: #444; }" > ~/zeal-fix.qss
flatpak run org.zealdocs.Zeal -stylesheet=~/zeal-fix.qssIf that fixes it for you, you can make it permanent by editing your Zeal shortcut file (the |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm using flatpak zeal 0.9.0 in Linux Mint 22.3 Cinnamon.
The searching the docs, I can't read the selected text that appears as I type. here is what it looks like:
I've tried changing the theme to another dark text and to a light text but it seems the colour is hard-coded?
I diagnosed with chatGPT and it concluded:
How can I change the selected text colour?
All reactions