Skip to content

Commit 0b4a605

Browse files
committed
Logo (Builtin): add netbsd_small
1 parent b340d4e commit 0b4a605

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

src/logo/ascii/netbsd_small.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
$2 \\$1`-______,----__
2+
$2 \\ $1 __,---`_
3+
$2 \\ $1 `.____
4+
$2 \\$1-______,----`-
5+
$2 \\
6+
$2 \\
7+
$2 \\
8+
$2 \\

src/logo/builtin.c

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3075,10 +3075,22 @@ static const FFlogo N[] = {
30753075
},
30763076
// NetBSD
30773077
{
3078-
.names = {"netbsd"},
3078+
.names = {"NetBSD"},
30793079
.lines = FASTFETCH_DATATEXT_LOGO_NETBSD,
30803080
.colors = {
3081-
FF_COLOR_FG_MAGENTA,
3081+
FF_COLOR_FG_RED,
3082+
FF_COLOR_FG_WHITE,
3083+
},
3084+
.colorKeys = FF_COLOR_FG_RED,
3085+
.colorTitle = FF_COLOR_FG_WHITE,
3086+
},
3087+
// NetBSD Small
3088+
{
3089+
.names = {"NetBSD_small"},
3090+
.lines = FASTFETCH_DATATEXT_LOGO_NETBSD_SMALL,
3091+
.type = FF_LOGO_LINE_TYPE_SMALL_BIT,
3092+
.colors = {
3093+
FF_COLOR_FG_RED,
30823094
FF_COLOR_FG_WHITE,
30833095
},
30843096
.colorKeys = FF_COLOR_FG_MAGENTA,

0 commit comments

Comments
 (0)