Dark Theme

Esteban Lorenzano released a really really nice look for Pharo 30 🙂

 

 

 

Image

 

Here is his announce

 

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 🙂

 

Tagged

Leave a comment