-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add GTK4 #13
Add GTK4 #13
Conversation
Unfortunately this is too large for me to review on both the web and local (both error out before I'm able to view anything). Maybe @ThatOneCalculator can chime in 😌 |
I'll have to test this out when I have the chance, thank you! |
I'm looking at all the SVGs and everything on my phone, I've gotta say it looks like you did an incredible job! What did you use to make this @maybork ? |
If you mean the icons, they're the ones that are currently in the repo, I just moved them to keep it more organized, I wouldn't dare attributing them to myself! To be fair, that simple change does make it seem like I did a lot more than just moving files, sorry, I'm pretty new to Git. Of course, the structure could be changed if you wish - I just thought that it'd be way easier to follow the installation steps with the files divided across directories, especially since GTK4 and libadwaita means that there's another step necessary if we want a consistent user experience. I'll leave that decision up to you, though! As for the creation of the GTK4 theme, this was way easier through the build tool - otherwise, the process is just defining a bunch of colors. Replacing one's |
From my testing it works great, I'll merge it for now and lyk if any more issues arise. Thank you for your work on this! |
Hi!
I managed to put together a libadwaita theme. The readme and releases will need to be updated if this PR gets merged, as I also changed the repo's structure according to @mvllow's recommendation. I'd be happy to help with that too.