
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
crust
3 years ago
https://github.com/crustbucket/Luna2
This will solve the problem of some icons being huge on some themes.
crustbucket-may the penguin be with you!
Report
crust
3 years ago
I noticed you had a "assets" folder and that you had some "url" settings in your code. So I made a .png called "block" and put it in the gtk3.22 "assets" folder using this code from the gtk3.0 folder of a Windows XP theme that works on gtk3.0 Like this:
border-image: url("assets/progressbar-horizontal-trough.png") 6 7 6 7 / 6px 7px 6px 7px stretch;
background-image: url("assets/block.png")
After changing all the code regarding the progressbar I ended up with a segmented green progressbar like windows XP. I didn't know that you could have a URL in gtk3.22 css3 code. That helps a lot.
I have ported the win7 icons over to GTK3.20 if you would like I can upload them to include in this theme.
Thanks, crust
Thanks
Report
elbullazul
3 years ago
even if I have nothing in this discussion, I'm very interested in your win7 icon theme. Can you please post a link or upload them to github?
Report
crust
3 years ago
Crustbucket-may the penguin be with you!
Report
blue-dxca93
3 years ago
I am working on a new more future oriented version of aero. Soon i post my first prototype here. Perhaps you simply can create an issue on github aero-experimental branch. It would be a lot easier for me than posting comments here.
Report
crust
3 years ago
Thanks, Crust
Report
blue-dxca93
3 years ago
rgba(255,255,255,0), rgba(255,255,255,0) 10px,
#8df179 0, #1c720c 23px )
That is just an idea. I do try to insert it tomorrow. so i can send you a patch file
https://github.com/bluedxca93/aero-experimental/tree/master/gtk-3.20
I can maybe create a new branch featuring your idea.
Report
cinnamoner
3 years ago
Nice looking theme indeed! Hey, it's not easy to make them work with 3.20. Congrats.
Report