Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastianconcept/PharoDawnTheme
A warm dark theme for Pharo Smalltalk
https://github.com/sebastianconcept/PharoDawnTheme
Last synced: about 2 months ago
JSON representation
A warm dark theme for Pharo Smalltalk
- Host: GitHub
- URL: https://github.com/sebastianconcept/PharoDawnTheme
- Owner: sebastianconcept
- License: mit
- Created: 2020-02-26T13:49:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-06T16:50:33.000Z (11 months ago)
- Last Synced: 2024-10-31T06:22:31.867Z (3 months ago)
- Language: Smalltalk
- Homepage:
- Size: 52.7 KB
- Stars: 12
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-pharo - Dawn theme - A warm dark theme for Pharo. (IDE)
README
# PharoDawnTheme
A warm dark theme for [Pharo](https://www.pharo.org).[![Release](https://img.shields.io/github/v/tag/sebastianconcept/PharoDawnTheme?label=release)](https://github.com/sebastianconcept/PharoDawnTheme/releases)
![build](https://github.com/sebastianconcept/PharoDawnTheme/actions/workflows/build.yml/badge.svg)[![Pharo 9](https://img.shields.io/badge/Pharo-9-%23383932.svg)](https://pharo.org/download)
[![Pharo 10](https://img.shields.io/badge/Pharo-10-%23383932.svg)](https://pharo.org/download)
[![Pharo 11](https://img.shields.io/badge/Pharo-11-%23383932.svg)](https://pharo.org/download)[![Social](https://img.shields.io/github/stars/sebastianconcept/PharoDawnTheme?style=social)]()
[![Forks](https://img.shields.io/github/forks/sebastianconcept/PharoDawnTheme?style=sociall)]()
[![License](https://img.shields.io/badge/license-MIT-green)](./LICENSE.txt)### Install
```smalltalk
"Loads the Dawn theme in Pharo 11 (current latest, Feb 2024)"
Metacello new
baseline: 'PharoDawnTheme';
repository: 'github://sebastianconcept/PharoDawnTheme:latest';
load.
```
### How does it look?
It looks like this:![PharoDawnTheme](https://blog.sebastiansastre.co/assets/PharoDawnTheme.png)
___
[Sebastian Sastre](https://sebastiansastre.co) - 2020