Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/estebanlm/themes

A repository for alternative Pharo themes
https://github.com/estebanlm/themes

alternative-pharo-themes pharo theme

Last synced: 2 months ago
JSON representation

A repository for alternative Pharo themes

Awesome Lists containing this project

README

        

# 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](http://github.com/estebanlm/MUDClient), which looks like this:

MUDClient ScreenShot

## How to install

```Smalltalk
Metacello new
repository: 'github://estebanlm/themes/mc';
baseline: 'Themes';
load.

DarkMetalTheme beCurrent.
```