Skip to content

Commit

Permalink
Logo (Builtin): add netbsd_small
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi committed Jan 13, 2025
1 parent b340d4e commit 0b4a605
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
8 changes: 8 additions & 0 deletions src/logo/ascii/netbsd_small.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
$2 \\$1`-______,----__
$2 \\ $1 __,---`_
$2 \\ $1 `.____
$2 \\$1-______,----`-
$2 \\
$2 \\
$2 \\
$2 \\
16 changes: 14 additions & 2 deletions src/logo/builtin.c
Original file line number Diff line number Diff line change
Expand Up @@ -3075,10 +3075,22 @@ static const FFlogo N[] = {
},
// NetBSD
{
.names = {"netbsd"},
.names = {"NetBSD"},
.lines = FASTFETCH_DATATEXT_LOGO_NETBSD,
.colors = {
FF_COLOR_FG_MAGENTA,
FF_COLOR_FG_RED,
FF_COLOR_FG_WHITE,
},
.colorKeys = FF_COLOR_FG_RED,
.colorTitle = FF_COLOR_FG_WHITE,
},
// NetBSD Small
{
.names = {"NetBSD_small"},
.lines = FASTFETCH_DATATEXT_LOGO_NETBSD_SMALL,
.type = FF_LOGO_LINE_TYPE_SMALL_BIT,
.colors = {
FF_COLOR_FG_RED,
FF_COLOR_FG_WHITE,
},
.colorKeys = FF_COLOR_FG_MAGENTA,
Expand Down

0 comments on commit 0b4a605

Please sign in to comment.