Skip to content

Commit 4df4a1d

Browse files
committed
Logo (Builtin): add Starry Linux
Fix #1771
1 parent 0cd8c6e commit 4df4a1d

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

src/logo/ascii/starry.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
*/
2+
*,*,*(
3+
,,,,,,,,,,,,,,,,,,,,,,,,
4+
,*,*,*,*,*,*,*,*,*,*,*,*
5+
,,,,,,,,,,,,,,,,,,,,,,,,
6+
*,*,*,*,*,*,*,*,*,*,*,*,*,*,*
7+
*,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
8+
,*,*,*,*,*,*,*,*,*,*,*,*,*,*,*,,
9+
,,,,,,,,,,,,,,,,,,,,,,,,,,,*
10+
,*,*,*,*,*,*,*,*,*,*,*,*,*,*
11+
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
12+
(*,*,*,*,*,*,*,*,*,*,*,*,*,
13+
,,,,,,,,,,,,,,,,
14+
&*,*,*#@@*,*,*,

src/logo/builtin.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4527,6 +4527,16 @@ static const FFlogo S[] = {
45274527
FF_COLOR_FG_WHITE,
45284528
},
45294529
},
4530+
// Starry
4531+
{
4532+
.names = {"Starry"},
4533+
.lines = FASTFETCH_DATATEXT_LOGO_STARRY,
4534+
.colors = {
4535+
FF_COLOR_FG_GREEN,
4536+
},
4537+
.colorKeys = FF_COLOR_FG_GREEN,
4538+
.colorTitle = FF_COLOR_FG_WHITE,
4539+
},
45304540
// StockLinux
45314541
{
45324542
.names = {"Stock Linux"},

0 commit comments

Comments
 (0)