last time I had insomnia...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
14 messages Options
Reply | Threaded
Open this post in threaded view
|

last time I had insomnia...

EstebanLM
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:

 






Reply | Threaded
Open this post in threaded view
|

Re: last time I had insomnia...

Uko2
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>


Reply | Threaded
Open this post in threaded view
|

Re: last time I had insomnia...

EstebanLM
:)

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: 

 

On 28 Apr 2015, at 14:57, Yuriy Tymchuk <[hidden email]> wrote:

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>



Reply | Threaded
Open this post in threaded view
|

Re: last time I had insomnia...

Peter Uhnak
Looks great! Now to find a way how to make Roassal look dark and I can start using DarkTheme again. :)

Peter
Reply | Threaded
Open this post in threaded view
|

Re: last time I had insomnia...

HilaireFernandes
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



Reply | Threaded
Open this post in threaded view
|

Re: last time I had insomnia...

EstebanLM

> 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
>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: last time I had insomnia...

Uko2

> 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

>
>>
>> Hilaire
>>
>> --
>> Dr. Geo - http://drgeo.eu
>> iStoa - http://istoa.drgeo.eu
>>
>>
>>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: last time I had insomnia...

EstebanLM

On 28 Apr 2015, at 15:32, Yuriy Tymchuk <[hidden email]> wrote:


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?

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


Uko



Hilaire

-- 
Dr. Geo - http://drgeo.eu
iStoa - http://istoa.drgeo.eu

Reply | Threaded
Open this post in threaded view
|

Re: last time I had insomnia...

Ben Coman
In reply to this post by EstebanLM


On Tue, Apr 28, 2015 at 8:49 PM, 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.


Looks real nice. Thanks Esteban.
cheers -ben 

Reply | Threaded
Open this post in threaded view
|

Re: last time I had insomnia...

Nicolai Hess
In reply to this post by Uko2


2015-04-28 15:32 GMT+02:00 Yuriy Tymchuk <[hidden email]>:

> 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?

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

 

Uko

>
>>
>> Hilaire
>>
>> --
>> Dr. Geo - http://drgeo.eu
>> iStoa - http://istoa.drgeo.eu
>>
>>
>>
>
>



Reply | Threaded
Open this post in threaded view
|

Re: last time I had insomnia...

Uko2
One question, how can I contribute?

Uko


On 28 Apr 2015, at 17:28, Nicolai Hess <[hidden email]> wrote:



2015-04-28 15:32 GMT+02:00 Yuriy Tymchuk <[hidden email]>:

> 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?

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

 

Uko

>
>>
>> Hilaire
>>
>> --
>> Dr. Geo - http://drgeo.eu
>> iStoa - http://istoa.drgeo.eu
>>
>>
>>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: last time I had insomnia...

EstebanLM
I added you as contributor :)

On 06 May 2015, at 19:03, Yuriy Tymchuk <[hidden email]> wrote:

One question, how can I contribute?

Uko


On 28 Apr 2015, at 17:28, Nicolai Hess <[hidden email]> wrote:



2015-04-28 15:32 GMT+02:00 Yuriy Tymchuk <[hidden email]>:

> 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?

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

 

Uko

>
>>
>> Hilaire
>>
>> --
>> Dr. Geo - http://drgeo.eu
>> iStoa - http://istoa.drgeo.eu
>>
>>
>>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: last time I had insomnia...

Uko2
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


On 06 May 2015, at 21:31, Esteban Lorenzano <[hidden email]> wrote:

I added you as contributor :)

On 06 May 2015, at 19:03, Yuriy Tymchuk <[hidden email]> wrote:

One question, how can I contribute?

Uko


On 28 Apr 2015, at 17:28, Nicolai Hess <[hidden email]> wrote:



2015-04-28 15:32 GMT+02:00 Yuriy Tymchuk <[hidden email]>:

> 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?

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

 

Uko

>
>>
>> Hilaire
>>
>> --
>> Dr. Geo - http://drgeo.eu
>> iStoa - http://istoa.drgeo.eu
>>
>>
>>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: last time I had insomnia...

EstebanLM

On 06 May 2015, at 21:48, Yuriy Tymchuk <[hidden email]> wrote:

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.

no, there is no repo with vector icons, I never did that :(


Uko


On 06 May 2015, at 21:31, Esteban Lorenzano <[hidden email]> wrote:

I added you as contributor :)

On 06 May 2015, at 19:03, Yuriy Tymchuk <[hidden email]> wrote:

One question, how can I contribute?

Uko


On 28 Apr 2015, at 17:28, Nicolai Hess <[hidden email]> wrote:



2015-04-28 15:32 GMT+02:00 Yuriy Tymchuk <[hidden email]>:

> 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?

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

 

Uko

>
>>
>> Hilaire
>>
>> --
>> Dr. Geo - http://drgeo.eu
>> iStoa - http://istoa.drgeo.eu
>>
>>
>>
>
>