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