Merge pull request #369 from LS-KR/master
[+] Add watermelon cream lozenges flag for meme
This commit is contained in:
commit
bb260890c5
2 changed files with 17 additions and 2 deletions
|
|
@ -191,6 +191,9 @@ pub enum Preset {
|
||||||
/// Meme flag
|
/// Meme flag
|
||||||
Burger,
|
Burger,
|
||||||
|
|
||||||
|
/// Meme flag
|
||||||
|
ThroatLozenges,
|
||||||
|
|
||||||
/// Colors from Gilbert Baker's original 1978 flag design
|
/// Colors from Gilbert Baker's original 1978 flag design
|
||||||
Baker,
|
Baker,
|
||||||
}
|
}
|
||||||
|
|
@ -566,6 +569,10 @@ impl Preset {
|
||||||
"#F3A26A", "#498701", "#FD1C13", "#7D3829", "#F3A26A",
|
"#F3A26A", "#498701", "#FD1C13", "#7D3829", "#F3A26A",
|
||||||
]),
|
]),
|
||||||
|
|
||||||
|
Self::ThroatLozenges => ColorProfile::from_hex_colors(vec![
|
||||||
|
"#2759DA", "#03940D", "#F5F100", "#F59B00", "#B71212"
|
||||||
|
]),
|
||||||
|
|
||||||
// used https://gilbertbaker.com/rainbow-flag-color-meanings/ as source and colorpicked
|
// used https://gilbertbaker.com/rainbow-flag-color-meanings/ as source and colorpicked
|
||||||
Self::Baker => ColorProfile::from_hex_colors(vec![
|
Self::Baker => ColorProfile::from_hex_colors(vec![
|
||||||
"#F23D9E", "#F80A24", "#F78022", "#F9E81F", "#1E972E", "#1B86BC", "#243897",
|
"#F23D9E", "#F80A24", "#F78022", "#F9E81F", "#1E972E", "#1B86BC", "#243897",
|
||||||
|
|
|
||||||
|
|
@ -941,6 +941,14 @@ PRESETS: dict[str, ColorProfile] = {
|
||||||
'#F3A26A',
|
'#F3A26A',
|
||||||
]),
|
]),
|
||||||
|
|
||||||
|
'throatlozenges': ColorProfile([
|
||||||
|
"#2759DA",
|
||||||
|
"#03940D",
|
||||||
|
"#F5F100",
|
||||||
|
"#F59B00",
|
||||||
|
"#B71212"
|
||||||
|
]),
|
||||||
|
|
||||||
# colors from Gilbert Baker's original 1978 flag design
|
# colors from Gilbert Baker's original 1978 flag design
|
||||||
# used https://gilbertbaker.com/rainbow-flag-color-meanings/ as source and colorpicked
|
# used https://gilbertbaker.com/rainbow-flag-color-meanings/ as source and colorpicked
|
||||||
'baker': ColorProfile([
|
'baker': ColorProfile([
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue