File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1+ $2 \\$1`-______,----__
2+ $2 \\ $1 __,---`_
3+ $2 \\ $1 `.____
4+ $2 \\$1-______,----`-
5+ $2 \\
6+ $2 \\
7+ $2 \\
8+ $2 \\
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments