Skip to content

Commit 6845e63

Browse files
authored
Update builtin.c
1 parent 68ad423 commit 6845e63

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/logo/builtin.c

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3990,14 +3990,23 @@ static const FFlogo P[] = {
39903990
},
39913991
// PureOSSmall
39923992
{
3993-
.names = {"PureOS_small"},
3993+
.names = {"PureOS_small"},а
39943994
.type = FF_LOGO_LINE_TYPE_SMALL_BIT,
39953995
.lines = FASTFETCH_DATATEXT_LOGO_PUREOS_SMALL,
39963996
.colors = {
39973997
FF_COLOR_FG_GREEN,
39983998
FF_COLOR_FG_WHITE,
39993999
},
40004000
},
4001+
// PrismLinux
4002+
{
4003+
.names = {"PrismLinux"},
4004+
.lines = FASTFETCH_DATATEXT_LOGO_PRISMLINUX,
4005+
.colors = {
4006+
FF_COLOR_FG_BLUE,
4007+
FF_COLOR_FG_WHITE,
4008+
},
4009+
},
40014010
// LAST
40024011
{},
40034012
};

0 commit comments

Comments
 (0)