Skip to content

Commit

Permalink
Merge pull request #1198 from Yamato-Security/1194-add-halloween-asci…
Browse files Browse the repository at this point in the history
…i-art

UI(art, main): added new art Jack-o'-Lantern #1194
  • Loading branch information
YamatoSecurity authored Oct 23, 2023
2 parents 13589b7 + 3cf2633 commit 3e1ba84
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions art/halloween.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
@@@
@@@
@@@ H A P P Y
@@@
@@@@@@@@@@@@@@@@@@@@@@ H A L L O W E E N
@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ from Yamato Security
@@@@@@@@ @@@@@@@@@@@@@@@@ @@@@@@@@
@@@@@@@@@ @@@@@@@@@@@@@@ @@@@@@@@@
@@@@@@@@@@ @@@@@@@@@@@@ @@@@@@@@@@
@@@@@@@@@@ @@@@ @@@@ @@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@
@@@@@@@@ @@ @@ @@ @@ @@ @@ @@ @ @@@@@@@@
@@@@@@@ @@@@@@@
@@@@@@ @@ @@ @@ @@ @@ @@ @ @@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1694,6 +1694,7 @@ impl App {
eggs.insert("01/01", ("art/happynewyear.txt", Color::Rgb(255, 0, 0))); // Red
eggs.insert("02/22", ("art/ninja.txt", Color::Rgb(0, 171, 240))); // Cerulean
eggs.insert("08/08", ("art/takoyaki.txt", Color::Rgb(181, 101, 29))); // Light Brown
eggs.insert("10/31", ("art/halloween.txt", Color::Rgb(255, 87, 51))); // Pumpkin Orange
eggs.insert("12/24", ("art/christmas.txt", Color::Rgb(70, 192, 22))); // Green
eggs.insert("12/25", ("art/christmas.txt", Color::Rgb(70, 192, 22))); // Green

Expand Down

0 comments on commit 3e1ba84

Please sign in to comment.