Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.
```