loading of SublimishTheme

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

loading of SublimishTheme

Pavel Krivanek-3
Hi,

because SublimishTheme was removed from Pharo 6 you need to load it manually if you like it. You can simply find it in the Catalog or load it here:

Metacello new
  baseline: 'SublimishTheme';
  repository: 'github://pavel-krivanek/SublimishTheme:pharo60/src';
  load.

I needed to make a fork for the latest version in Pharo 6 (60433). The configuration in the catalog is updated.

Cheers,
-- Pavel

Reply | Threaded
Open this post in threaded view
|

Re: loading of SublimishTheme

Sven Van Caekenberghe-2

> On 7 Mar 2017, at 11:04, Pavel Krivanek <[hidden email]> wrote:
>
> Hi,
>
> because SublimishTheme was removed from Pharo 6 you need to load it manually if you like it. You can simply find it in the Catalog or load it here:
>
> Metacello new
>   baseline: 'SublimishTheme';
>   repository: 'github://pavel-krivanek/SublimishTheme:pharo60/src';
>   load.
>
> I needed to make a fork for the latest version in Pharo 6 (60433). The configuration in the catalog is updated.

Ah, OK, thanks !

> Cheers,
> -- Pavel
>


Reply | Threaded
Open this post in threaded view
|

Re: loading of SublimishTheme

EstebanLM
just to be clear:

- I’m not against on having another theme, just I think now is not a good moment.
- for Pharo7 I would like we to spend 10mins thinking a good theme system (other platforms use a special tool to fetch them, with preview et all) and then I can spend 10 days working on it if necessary… as it is now it will not work in the long term.

Esteban

> On 7 Mar 2017, at 13:03, Sven Van Caekenberghe <[hidden email]> wrote:
>
>
>> On 7 Mar 2017, at 11:04, Pavel Krivanek <[hidden email]> wrote:
>>
>> Hi,
>>
>> because SublimishTheme was removed from Pharo 6 you need to load it manually if you like it. You can simply find it in the Catalog or load it here:
>>
>> Metacello new
>>  baseline: 'SublimishTheme';
>>  repository: 'github://pavel-krivanek/SublimishTheme:pharo60/src';
>>  load.
>>
>> I needed to make a fork for the latest version in Pharo 6 (60433). The configuration in the catalog is updated.
>
> Ah, OK, thanks !
>
>> Cheers,
>> -- Pavel
>>
>
>