Skip to content

estebanlm/themes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.