Oh Esteban� there is a lot of love in your heart man�

This is so refreshing�

And to share some more, here�

there you have guys, this is our current dev theme at flowing
https://github.com/sebastianconcept/Pharo3DawnTheme

sebastian

o/




On May 1, 2014, at 8:24 AM, Esteban Lorenzano <estebanlm@gmail.com> wrote:

Dark Theme for Pharo 3
==================

So, I finally took some time and hacked a Dark Theme for Pharo 3: 

<Screen Shot 2014-05-01 at 13.11.57.png>

How you install it? You need to execute this script:

�1. You need this because otherwise Gofer merge becomes dumb :P"
MCRepositoryGroup default 
    addRepository: (MCSmalltalkhubRepository 
        owner: 'estebanlm' 
        project: 'Pharo3DarkTheme').
�2. Now we can actually MERGE the project"
Gofer it 
    smalltalkhubUser: 'estebanlm' project: 'Pharo3DarkTheme';
    package: 'Pharo3DarkTheme';
    merge.
�3. And then install it"
Pharo3DarkTheme installFullTheme.

WARNING 1: You need to do a merge (notice the script)
WARNING 2: Yes, this is a HACK (also: an ugly hack). See below for details. 
WARNING 3: This changes something in the Pharo3Theme too... so you can go back after installing, but not completely :)

Considerations
--------------