


GTK3/4 Themes by solsticeman 11 comments

GTK3/4 Themes by solsticeman 11 comments
I was able to resolve this issue by digging into the css. It turns out incorrect file paths were given for the icons and assets for all checkboxes and radio buttons. This has to be fixed for the theme to be reasonably usable. I highly encourage the Devs to make this change themselves. This is a nice theme. Don't let it go to waste.
These Occurrences begin on line 2501. The line reads, -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-unchecked-dark.png"), url("assets/selectionmode-checkbox-unchecked-dark@2.png"));
But should be -gtk-icon-source: -gtk-scaled(url("../gtk-assets/selectionmode-checkbox-unchecked-dark.png"), url("../gtk-assets/selectionmode-checkbox-unchecked-dark@2.png"));
INSTRUCTIONS TO FIX:
-In NiteFlite-R directory (could be -C, -G, -B) navigate into gtk-3.0 and open the file gtk.css in your editor.
-Find all occurrences of "icons/" (omit quotes) and replace with "../gtk-icons/". There are 13 occurrences.
-Find all occurrences of "assets/" and replace with "../gtk-assets/". There are 34 occurrences.
-Save the file.
-Switch to a different theme and then switch back to NiteFlite. It should be fixed now.
- Nov 09 2020

GTK3/4 Themes by solsticeman 11 comments