Happy !

estebanlm / Pharo3DarkTheme

Project infos

License MIT
Tags pharo
Creation date 2013-11-20
Website

Monticello registration

About Pharo3DarkTheme

A dark theme for Pharo3.

IMPORTANT: Pharo3DarkTheme has been integrated to Pharo4. This repository will stay alive to provide the theme for Pharo3, until the theme is backported in a future update of Pharo3

The purpose of this is to get something more or less like this: Darcula, with code colorisation more or less like this: Eclipse Darkula .

To make it active just do:

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

WARNING: You need to merge, not load... this is highly experimental and works like a SLICE (but is not a SLICE yet)