Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 817 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 817 Bytes

Themes

A repository for alternative Pharo themes.

I keep here some themes I use in different context (for the moment just one, but they can be others in the future).

Dark Metal

I didn't find a better name for this one ;)

Pharo will look like this:

Desktop Screenshot

But actually, I made this for another of my projects, the MUDClient, which looks like this:

MUDClient ScreenShot

How to install

Metacello new 
	repository: 'github://estebanlm/themes/mc';
	baseline: 'Themes';
	load.
		
DarkMetalTheme beCurrent.