-
Notifications
You must be signed in to change notification settings - Fork 2
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
Icon Theme Discussion #4
Comments
What are you trying to fix? The original icons from enve are random, when I need new icons or replace something I use https://github.com/Shrinks99/blender-icons (should now use https://ui.blender.org/icons) Note that Friction does not use the SVG's, they are just source for our icon theme. |
Ok, hold on doing anything yet, can be a good excuse to replace some old icons ;)
We have a script that generates/update the icon theme from the SVG's (uses inkscape). |
We could also take icons from Inkscape (I assume they are CC?), but we have kind of "standardized" on the blender icons (at least for new icons), so I prefer we use icons from them as much as possible (to keep a consistent theme). |
Yes, all Inkscape icons are CC . But Inkscape has more icon sets. Hicolor old with colors (depricated) Hicolor symbolic (single color) Multicolor (currently maintained mostly by me) tango (colorful depricated i am pushing for removing it soon ) dash (new single color theme). Not sure if this will work for fricon since this icons are design in specific way it has 3+1 color every color is used contextually. bascaly its a mess :D https://gitlab.com/inkscape/inkscape/-/tree/1.4.x/share/icons sometimes you can get away with using icons from other software but you need to be carful if it fit you context and rest of icons . Blender is kind of crazy coz lots of the icons (not all) are made in bleder and are not svgs |
I started a new repo for the v1 icon theme: https://github.com/friction2d/friction-icon-theme |
should i try commit there ? |
Yes, that would be nice, we will use this theme for 0.9.6 (I added the old icons to avoid breaking anything, see hicolor/scalable/legacy folder). Just put the icons in the hicolor/scalable/actions folder. |
Friction branch https://github.com/friction2d/friction/tree/icon-theme now uses the icon-theme (the |
now its too big and stroke is thicker then circle . |
Then feel free to modify: https://github.com/friction2d/friction-icon-theme/tree/main/hicolor/scalable/friction-tools ;) I need to prepare other things for the release. |
I ma tring to fixe few icons i noticed that svg are on 25x25 grid .
this is slightly unusual it usually goes 16 32 64 alternatively 16 24 32 48 68 128
Is this a mistake in files or intended and should be kept same ?
The text was updated successfully, but these errors were encountered: