mirror of
https://github.com/taigrr/simplecolorpalettes.git
synced 2026-04-01 20:49:11 -07:00
added warning readme
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
go-colorpalettes
|
go-colorpalettes
|
||||||
|
pallettes/
|
||||||
|
|||||||
9
README.md
Normal file
9
README.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# DO NOT USE
|
||||||
|
|
||||||
|
This repo is far from ready.
|
||||||
|
The goal is to eventually have a ton of color palettes ready for use in go-colorhash or other color libraries.
|
||||||
|
However, to keep the library as small as possible, all colors will be stored in integer format, and it is on the user to load them into a color library (such as the color package in the standard library).
|
||||||
|
|
||||||
|
Pulling in as many sources for color palettes is a time-consuming process, especially when many colors have names, but most do not, etc.
|
||||||
|
|
||||||
|
**EXPECT THE API TO CHANGE DAILY UNTIL v1.x.x IS RELEASED!*
|
||||||
3
color_hex/curated.go
Normal file
3
color_hex/curated.go
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
package color_hex
|
||||||
|
|
||||||
|
var Curated = append(Palettes["ESO MOTD Color Text"], append(Palettes["Cyberpunk Neon"], Palettes["cool"]...)...)
|
||||||
Reference in New Issue
Block a user