https://github.com/olekscode/colorpalettes
Color palettes for Pharo
https://github.com/olekscode/colorpalettes
color color-palette data-visualization pharo smalltalk
Last synced: 3 months ago
JSON representation
Color palettes for Pharo
- Host: GitHub
- URL: https://github.com/olekscode/colorpalettes
- Owner: olekscode
- License: mit
- Created: 2019-11-17T14:49:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-17T17:48:28.000Z (over 5 years ago)
- Last Synced: 2025-02-11T11:41:23.308Z (5 months ago)
- Topics: color, color-palette, data-visualization, pharo, smalltalk
- Language: HTML
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ColorPalettes
[](https://travis-ci.org/olekscode/ColorPalettes)
[](https://ci.appveyor.com/project/olekscode/colorpalettes)
[](https://coveralls.io/github/olekscode/ColorPalettes?branch=master)
[](https://raw.githubusercontent.com/olekscode/ColorPalettes/master/LICENSE)
[](https://pharo.org/download)
[](https://pharo.org/download)
[](https://pharo.org/download)Color palettes for Pharo
## Installation
To install `ColorPalettes`, go to the Playground (Ctrl+OW) in your Pharo image and execute the following Metacello script (select it and press Do-it button or Ctrl+D):
```Smalltalk
Metacello new
baseline: 'ColorPalettes';
repository: 'github://olekscode/ColorPalettes/src';
load.
```