Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/estebanlm/themes
- Owner: estebanlm
- License: mit
- Created: 2016-10-05T15:09:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T13:40:08.000Z (4 months ago)
- Last Synced: 2024-09-26T21:40:52.029Z (3 months ago)
- Topics: alternative-pharo-themes, pharo, theme
- Language: Smalltalk
- Size: 842 KB
- Stars: 21
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
But actually, I made this for another of my projects, the [MUDClient](http://github.com/estebanlm/MUDClient), which looks like this:
## How to install
```Smalltalk
Metacello new
repository: 'github://estebanlm/themes/mc';
baseline: 'Themes';
load.
DarkMetalTheme beCurrent.
```