Skip to content

Commit 945fd3a

Browse files
Logo (Builtin): add vanilla OS 2 logo (#1168)
* Create vanilla_small.txt * Update builtin.c for new vanilla small logo * Update builtin.c * Create 23.jsonc * Update 23.jsonc * Update builtin.c * Create vanilla2.txt new byte bloat is comming * Update builtin.c * Update builtin.c --------- Co-authored-by: Carter Li <[email protected]>
1 parent 53d2dbd commit 945fd3a

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

src/logo/ascii/vanilla2.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
.
2+
x/A\x
3+
Z#@#?P`.
4+
/@$R/.:.',
5+
_ ($@`.:::.) _
6+
_-=t'''`-.g$(.::::.!-aZ#$#Kko,
7+
V$#6..::::.~l.::.<&#p***q##$p'
8+
'9#$b,:::::::::.%P~'.:::.`~v'
9+
"<#$&b,.':::'./'.:::::::.>'
10+
`~*q@#&b+=- -=+x.,''_.'
11+
z+'.:::',).:.`~q@6x,
12+
/.:::::',Z!.:::.`*q&x
13+
i'.:::',<J?`.':::.\#$&,
14+
lo._,xd$#%' \'::::.@$#)
15+
V@#$##@%P' ~+,''/#$#!
16+
`~***~^' `'"****

src/logo/builtin.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4452,6 +4452,17 @@ static const FFlogo V[] = {
44524452
.colorKeys = FF_COLOR_FG_YELLOW,
44534453
.colorTitle = FF_COLOR_FG_YELLOW,
44544454
},
4455+
// Vanilla2
4456+
{
4457+
.names = {"vanilla2", "vanilla-os2", "vanilla-linux2"},
4458+
.type = FF_LOGO_LINE_TYPE_ALTER_BIT,
4459+
.lines = FASTFETCH_DATATEXT_LOGO_VANILLA2,
4460+
.colors = {
4461+
FF_COLOR_FG_YELLOW,
4462+
},
4463+
.colorKeys = FF_COLOR_FG_YELLOW,
4464+
.colorTitle = FF_COLOR_FG_YELLOW,
4465+
},
44554466
// VanillaSmall
44564467
{
44574468
.names = {"vanilla-small", "vanilla-os-small", "vanilla-linux-small"},

0 commit comments

Comments
 (0)