Add note of where polyam colours were pulled from

Co-authored-by: Teoh Han Hui <teohhanhui@gmail.com>
This commit is contained in:
Bailey Kasin 2024-08-29 01:27:22 -07:00 committed by GitHub
parent a51a19658a
commit e04ef3b0fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -497,6 +497,7 @@ impl Preset {
"#2F0E62", "#6F41B1", "#889FDF", "#7DDFD5", "#D2F2E2",
]),
// pulled from https://polyamproud.com/flag
Self::Polyam => ColorProfile::from_hex_colors(vec![
"#FFFFFF", "#FCBF00", "#009FE3", "#E50051", "#340C46",
]),