Skip to content
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

Doesn't work with adwaita / radiance #1

Open
jakejarrett opened this issue Jan 18, 2018 · 1 comment
Open

Doesn't work with adwaita / radiance #1

jakejarrett opened this issue Jan 18, 2018 · 1 comment
Projects
Milestone

Comments

@jakejarrett
Copy link
Member

System default themes don't appear to be file based, need to work out a way to support this

@jakejarrett jakejarrett added this to the 1.2 milestone Mar 6, 2019
@jakejarrett
Copy link
Member Author

Notes:

  • 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

@jakejarrett jakejarrett modified the milestones: 2.0, 2.1 Aug 18, 2019
@jakejarrett jakejarrett added this to To do in 2.1.0 Aug 18, 2019
@jakejarrett jakejarrett moved this from To do to In progress in 2.1.0 Aug 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
2.1.0
  
In progress
Development

No branches or pull requests

1 participant