-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Mate desktop icon names inactive highlight color wrong (invisible) #72
Comments
use app-specific css selector, see in gtk inspector tree, usually it's the top one, or second from top, smth like so final SCSS selector would be like
please send back the PR if you'll fix it on your side
not likely, but who knows |
I finally found a fix that works in
Could this be integrated into the oomox generator for the global GTK theme? I also tried Thanks! |
because in your theme theme_bg_color is gray, try selected_bg_color: https://github.com/themix-project/oomox-gtk-theme/blob/master/src/gtk-3.20/scss/_global.scss#L14 |
but to make those variables work, you'll need to edit https://github.com/themix-project/oomox-gtk-theme/blob/master/src/gtk-3.20/scss/apps/_mate-applications.scss as i mentioned above |
@actionless Thanks for the reply. And how do I "compile" it after adjusting the |
just generate theme as normally |
Hi, I'm using a custom oomox theme with Mate 1.24 on openSUSE Tumbleweed. Here's my
gtk-3.20/dist/gtk.css file.
A problem I'm having is with the desktop icons, which become invisible when they are selected and then I focus on another window. For example, this is what I saw when trying to drag'n'drop the above CSS file into this issue editor:
Here's how highlighted text in an unfocused application normally looks (Simple Scan is focused):
I wonder how to change that without changing the main color of all the other applications? The color is
#F7F7F7
, and it appears all over the place, including in.gtkstyle-fallback
.Also, is this possibly related to #71 ?
The text was updated successfully, but these errors were encountered: