Skip to content

Commit

Permalink
Logo (Builtin): add Ultramarine Small
Browse files Browse the repository at this point in the history
Fix #1438
  • Loading branch information
CarterLi committed Dec 14, 2024
1 parent 87446e6 commit 901e0eb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/logo/ascii/ultramarine_small.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@*=+*%@@@@@@@@@@@@
@@@@@@@@@@: :#@@@@@@@@@@
@@@@@@@@@# -#@@@@@@@@
@@%###*=. :=*#@@@@
@@= =@@
@@= -@@
@@*: :*@@
@%*=: :=*@@
@@@%%##%%@@@
9 changes: 9 additions & 0 deletions src/logo/builtin.c
Original file line number Diff line number Diff line change
Expand Up @@ -4635,6 +4635,15 @@ static const FFlogo U[] = {
FF_COLOR_FG_WHITE,
},
},
// Ultramarine Small
{
.names = {"Ultramarine_small"},
.lines = FASTFETCH_DATATEXT_LOGO_ULTRAMARINE_SMALL,
.colors = {
FF_COLOR_FG_BLUE,
FF_COLOR_FG_WHITE,
},
},
// Unifi
{
.names = {"Unifi"},
Expand Down

0 comments on commit 901e0eb

Please sign in to comment.