Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olekscode/colorpalettes
Color palettes for Pharo
https://github.com/olekscode/colorpalettes
color color-palette data-visualization pharo smalltalk
Last synced: 7 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-17T17:48:28.000Z (about 5 years ago)
- Last Synced: 2024-10-31T06:41:57.455Z (about 2 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
[![Build Status](https://travis-ci.org/olekscode/ColorPalettes.svg?branch=master)](https://travis-ci.org/olekscode/ColorPalettes)
[![Build status](https://ci.appveyor.com/api/projects/status/k59ben6x8kqqop9l?svg=true)](https://ci.appveyor.com/project/olekscode/colorpalettes)
[![Coverage Status](https://coveralls.io/repos/github/olekscode/ColorPalettes/badge.svg?branch=master)](https://coveralls.io/github/olekscode/ColorPalettes?branch=master)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/olekscode/ColorPalettes/master/LICENSE)
[![Pharo version](https://img.shields.io/badge/Pharo-6.1-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo version](https://img.shields.io/badge/Pharo-7.0-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo version](https://img.shields.io/badge/Pharo-8.0-%23aac9ff.svg)](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.
```