You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yaru includes its gtk.gresource file locally in /usr/share/themes/Yaru/gtk-3.0
Once we find the gresource file, we need to run the following commands to extract the assets (incl css)
# Confirm css is present
gresource list /path/to/filename.gresource | grep ".css"
# If Present
gresource extract /path/to/filename.gresource /path/to/resource
# Provide the css file to consumer
/path/to/resource/gtk.css
System default themes don't appear to be file based, need to work out a way to support this
The text was updated successfully, but these errors were encountered: