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[] = {
3075
3075
},
3076
3076
// NetBSD
3077
3077
{
3078
- .names = {"netbsd " },
3078
+ .names = {"NetBSD " },
3079
3079
.lines = FASTFETCH_DATATEXT_LOGO_NETBSD ,
3080
3080
.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 ,
3082
3094
FF_COLOR_FG_WHITE ,
3083
3095
},
3084
3096
.colorKeys = FF_COLOR_FG_MAGENTA ,
You can’t perform that action at this time.
0 commit comments