mirror of
https://github.com/taigrr/simplecolorpalettes.git
synced 2026-04-02 04:59:08 -07:00
add more attributions
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
go-colorpalettes
|
go-colorpalettes
|
||||||
palettes/
|
palettes/
|
||||||
|
palettes.zip
|
||||||
|
|||||||
@@ -6,6 +6,9 @@ import (
|
|||||||
"github.com/taigrr/go-colorpalettes/simplecolor"
|
"github.com/taigrr/go-colorpalettes/simplecolor"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// The names and hex values for the material palettes are sourced from
|
||||||
|
// material.io: https://material.io/design/color/the-color-system.html#tools-for-picking-colors
|
||||||
|
|
||||||
var (
|
var (
|
||||||
red = simplecolor.NamedPalette{
|
red = simplecolor.NamedPalette{
|
||||||
"50": 0xffebee, "100": 0xffcdd2, "200": 0xef9a9a, "300": 0xe57373,
|
"50": 0xffebee, "100": 0xffcdd2, "200": 0xef9a9a, "300": 0xe57373,
|
||||||
|
|||||||
Reference in New Issue
Block a user