-
Notifications
You must be signed in to change notification settings - Fork 6
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
ark, skanlite, spectacle #8
Conversation
Thank you. I'm a newbie too :-) so I also did not fully understand how to check the comparison of changes in graphic (especially svg) files. I'll try to accept the commit, and let's see what happens then :-) |
Use this gawk-script for quickly and easy making of symlinks in the theme. |
any contribution is welcome! :-) |
Awesome! Do you keep track of stuff like apps.txt and icons.html or anything else I should be aware of? Also what desktop environment do you use? I'm on kde and I think it would be cool if symbolic icons would change color when using a dark theme (so far default breeze does that), but it uses svg and I did some testing and I would have to replace all pngs with svgs to achieve the same result. I hope that wouldn't break anything with other DEs. |
Unfortunately, I can't translate the theme into svg. Because I constantly use pixel graphics, converting png images and ico files back and forth. I work with ico, and then with a program specially written by me, I install the icon formats in the theme folder according to the size. This is closely related to raster graphics. I think you can make a bash or gawk script using the gd library or system-call of Imagemagick to change the color of the icons to match the color of the theme. But I don't have time to do this. |
Thats ok, I can convert them to svg with Inkscape. I just want to know if thats ok to do or should I just leave it as it is. I'll do some testing beforehand, of course. |
Really I want to remove all the svgs :-) |
Hello!
I added some symlinks for KDE programs. I only added 64 where it looked finished. Also fixed the edit-find icon.
I would love to contribute more, but I'm quite new to git and all that stuff. Do you have any suggestions regarding commits and pull requests? Is it better to commit minor changes here and there or should I wait and then pull request all at once?
Thank you and keep up the good work :)