-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tooltip text difficult to read #38
Comments
Maybe. The way SolArc works is that it simply replaces colors. Check out Do you know the original color in Arc or can you show a screenshot of the same notification in Arc? Though I am not very optimistic that we can get this fixed. |
Hmm, I see. Thanks. Can you get the color codes for Arc and SolArc tooltip background and foreground and compare them with what we have in The thing is that we only change colors without the context of where the color is used. So if we changed the color for the tooltip (which you could also try locally), there is a chance that something else becomes less readable. Would it be possible for you to test another color from the solarized palette as foreground or background of the tooltip? |
I think I'll have to extract the gtk.gresource file to compare the color codes for gtk-3.0, but these are the color codes for gtk-2.0 in gtkrc: SolArc-Dark:
Arc-Dark:
I hope this helps. I'll also try with a different color from the solarized palette and let you know how it goes. |
After extracting the gtk.gresource files of both Arc-Dark and SolArc-Dark, this is what I found: SolArc-Dark (gtk-main.css)
Arc-Dark (gtk-main-dark.css)
|
Thank you for taking the time and figuring this out! What I meant was: would it be possible for you to clone this repository, change the relevant variables in Let me know if you need help with the installation, but it should all be described in the README. |
Oh okay. I'm sorry I misunderstood it earlier. I'll test it as you suggested and get back to you. I might need your help with identifying the color code for tooltips in |
OK 👌 Just let me know. |
I'm using SolArc-Dark theme on Arch Linux with Cinnamon DE. The only issue I've found is with tooltips as the tooltip texts are quite difficult to read. I've attached a screenshot of a tooltip in Nemo for reference, but it's the same in other applications too.
Is there a way to change the tooltip text color to make them more readable everywhere?
The text was updated successfully, but these errors were encountered: