1
1
# gamut
2
2
3
+ [ ![ Latest Release] ( https://img.shields.io/github/release/muesli/gamut.svg )] ( https://github.com/muesli/gamut/releases )
4
+ [ ![ Build Status] ( https://github.com/muesli/gamut/workflows/build/badge.svg )] ( https://github.com/muesli/gamut/actions )
5
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/muesli/gamut/badge.svg?branch=master )] ( https://coveralls.io/github/muesli/gamut?branch=master )
6
+ [ ![ Go ReportCard] ( http://goreportcard.com/badge/muesli/gamut )] ( http://goreportcard.com/report/muesli/gamut )
7
+ [ ![ GoDoc] ( https://godoc.org/github.com/golang/gddo?status.svg )] ( https://pkg.go.dev/github.com/muesli/gamut )
8
+
3
9
Go package to generate and manage color palettes & schemes
4
10
5
11
``` go
@@ -101,7 +107,7 @@ gamut.Blends(color1, color2, 8) // => []color.Color{...}
101
107
## Palettes
102
108
103
109
| Name | Colors | Source |
104
- | --------- | ------: | ----------------------------------------------------------- |
110
+ | --------- | -----: | ----------------------------------------------------------- |
105
111
| Wikipedia | 1609 | https://en.wikipedia.org/wiki/List_of_colors_ (compact) |
106
112
| Crayola | 180 | https://en.wikipedia.org/wiki/List_of_Crayola_crayon_colors |
107
113
| Resene | 759 | http://www.resene.co.nz |
@@ -161,7 +167,7 @@ palette.Crayola.MixedWith(palette.Monokai) // => gamut.Palette
161
167
## Themes
162
168
163
169
| Name | Colors |
164
- | ------- | ------: |
170
+ | ------- | -----: |
165
171
| Monokai | 7 |
166
172
167
173
#### Roles
@@ -172,10 +178,3 @@ theme.MonokaiTheme.Role(theme.Foreground) // => color.Color
172
178
173
179
Available roles are ` Foreground ` , ` Background ` , ` Base ` , ` AlternateBase ` , ` Text ` ,
174
180
` Selection ` , ` Highlight ` .
175
-
176
- ## Development
177
-
178
- [ ![ GoDoc] ( https://godoc.org/github.com/golang/gddo?status.svg )] ( https://godoc.org/github.com/muesli/gamut )
179
- [ ![ Build Status] ( https://travis-ci.org/muesli/gamut.svg?branch=master )] ( https://travis-ci.org/muesli/gamut )
180
- [ ![ Coverage Status] ( https://coveralls.io/repos/github/muesli/gamut/badge.svg?branch=master )] ( https://coveralls.io/github/muesli/gamut?branch=master )
181
- [ ![ Go ReportCard] ( http://goreportcard.com/badge/muesli/gamut )] ( http://goreportcard.com/report/muesli/gamut )
0 commit comments