Skip to content

Commit 508cdfe

Browse files
committed
Update README badges
1 parent 41d90ce commit 508cdfe

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# gamut
22

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+
39
Go package to generate and manage color palettes & schemes
410

511
```go
@@ -101,7 +107,7 @@ gamut.Blends(color1, color2, 8) // => []color.Color{...}
101107
## Palettes
102108

103109
| Name | Colors | Source |
104-
| --------- | ------:| ----------------------------------------------------------- |
110+
| --------- | -----: | ----------------------------------------------------------- |
105111
| Wikipedia | 1609 | https://en.wikipedia.org/wiki/List_of_colors_(compact) |
106112
| Crayola | 180 | https://en.wikipedia.org/wiki/List_of_Crayola_crayon_colors |
107113
| Resene | 759 | http://www.resene.co.nz |
@@ -161,7 +167,7 @@ palette.Crayola.MixedWith(palette.Monokai) // => gamut.Palette
161167
## Themes
162168

163169
| Name | Colors |
164-
| ------- | ------:|
170+
| ------- | -----: |
165171
| Monokai | 7 |
166172

167173
#### Roles
@@ -172,10 +178,3 @@ theme.MonokaiTheme.Role(theme.Foreground) // => color.Color
172178

173179
Available roles are `Foreground`, `Background`, `Base`, `AlternateBase`, `Text`,
174180
`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

Comments
 (0)