so, I spend some time doing this:
Gofer it smalltalkhubUser: 'estebanlm' project: 'IconsForPharo'; package: 'Polymorph-Icons-Idea'; load. ThemeIcons current: IdeaUIThemeIcons new. AbstractNautilusUI resetIconCaches. (you will need to reopen all your windows) The coolness of this icons set is that they work very fine with Dark Theme too :) Pharo3DarkTheme installFullTheme. It is still incomplete, but that’s mostly because: a) I need to work for real now :) b) I need to catch up with latest icons from GTools guys Enjoy :) Screenshots: |
Thanks Esteban! They look cool!
> On 28 Apr 2015, at 14:49, Esteban Lorenzano <[hidden email]> wrote: > > so, I spend some time doing this: > > Gofer it > smalltalkhubUser: 'estebanlm' project: 'IconsForPharo'; > package: 'Polymorph-Icons-Idea'; > load. > ThemeIcons current: IdeaUIThemeIcons new. > AbstractNautilusUI resetIconCaches. > > (you will need to reopen all your windows) > > The coolness of this icons set is that they work very fine with Dark Theme too :) > > Pharo3DarkTheme installFullTheme. > > It is still incomplete, but that’s mostly because: > > a) I need to work for real now :) > b) I need to catch up with latest icons from GTools guys > > Enjoy :) > > Screenshots: > > <Screen Shot 2015-04-28 at 14.45.02.png> > > > <Screen Shot 2015-04-28 at 14.46.25.png> > > > > > <Screen Shot 2015-04-28 at 14.47.15.png> |
:)
they are IntelliJ based icons (but they are made by the community and under an Apache 2 license). I have to say that I started this because I failed miserably to made the eclipse icons work fine in Dark mode. Pharo does not understand SVG out of the box, Roassal does it but in the conversion things where not right… so I found this solution. Btw… they look good also in standard theme:
|
Looks great! Now to find a way how to make Roassal look dark and I can start using DarkTheme again. :)
Peter |
In reply to this post by EstebanLM
Le 28/04/2015 15:05, Esteban Lorenzano a écrit :
> I have to say that I started this because I failed miserably to made > the eclipse icons work fine in Dark mode. Pharo does not understand > SVG out of the box, Roassal does it but in the conversion things where > not right… so I found this solution. > > Btw… they look good also in standard theme: > Thanks Esteban, looks is simple, clean. Did you convert the svg to png or can you import the svg form? Hilaire -- Dr. Geo - http://drgeo.eu iStoa - http://istoa.drgeo.eu |
> On 28 Apr 2015, at 15:16, Hilaire <[hidden email]> wrote: > > Le 28/04/2015 15:05, Esteban Lorenzano a écrit : >> I have to say that I started this because I failed miserably to made >> the eclipse icons work fine in Dark mode. Pharo does not understand >> SVG out of the box, Roassal does it but in the conversion things where >> not right… so I found this solution. >> >> Btw… they look good also in standard theme: >> > > Thanks Esteban, looks is simple, clean. > Did you convert the svg to png or can you import the svg form? No, I failed to convert svg to png (probably just my ignorance) then I took this icons who where already in png but with good transparencies :) Esteban > > Hilaire > > -- > Dr. Geo - http://drgeo.eu > iStoa - http://istoa.drgeo.eu > > > |
> On 28 Apr 2015, at 15:20, Esteban Lorenzano <[hidden email]> wrote: > > >> On 28 Apr 2015, at 15:16, Hilaire <[hidden email]> wrote: >> >> Le 28/04/2015 15:05, Esteban Lorenzano a écrit : >>> I have to say that I started this because I failed miserably to made >>> the eclipse icons work fine in Dark mode. Pharo does not understand >>> SVG out of the box, Roassal does it but in the conversion things where >>> not right… so I found this solution. >>> >>> Btw… they look good also in standard theme: >>> >> >> Thanks Esteban, looks is simple, clean. >> Did you convert the svg to png or can you import the svg form? > > No, I failed to convert svg to png (probably just my ignorance) then I took this icons who where already in png but with good transparencies :) > > Esteban But on which stage are Athens? Because maybe we can use them for SVG? Uko |
as I said, tried and failed. it was also 3:30am in the morning so I would not bet on its possibility or not :) Esteban |
In reply to this post by EstebanLM
On Tue, Apr 28, 2015 at 8:49 PM, Esteban Lorenzano <[hidden email]> wrote:
Looks real nice. Thanks Esteban. cheers -ben |
In reply to this post by Uko2
2015-04-28 15:32 GMT+02:00 Yuriy Tymchuk <[hidden email]>:
It is not that bad. I just fixed one bug with linear gradient construction (used deprecated/removed api). You can load the latest configuration from the Athens repository. And if you have a folder with some svg icons: |files| files := ('A_FOLDER_WITH_SVG_FILES' asFileReference allChildrenMatching:'*.svg'). files collect:[: file ||form| [form := ((ASVGMorph fromFile:file)setZoom:5; imageForm) ] on:Error do:[:ex | ]] many icons are "loadable" but I did not compare the results
|
One question, how can I contribute? Uko
|
I added you as contributor :)
|
But isn’t there another repo with icon vector sources? Because the problem that I’ve encountered is that small info icon looks like exclamation mark, if rotated upside down it should be ok.
Uko
|
|
Free forum by Nabble | Edit this page |