PharoDawnTheme

Description

A warm dark theme for Pharo Smalltalk

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Stars
14
Forks
4
Created
Feb. 26, 2020
Updated
April 29, 2025

README excerpt

# 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
← Back to results