Skip to content

Commit b569acb

Browse files
authored
Logo (Builtin): Add Common Torizon OS as a variant
1 parent 6e571a3 commit b569acb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/logo/builtin.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,6 +1093,16 @@ static const FFlogo C[] = {
10931093
.colorKeys = FF_COLOR_FG_BLUE,
10941094
.colorTitle = FF_COLOR_FG_WHITE,
10951095
},
1096+
// Common Torizon
1097+
{
1098+
.names = {"common-torizon"},
1099+
.lines = FASTFETCH_DATATEXT_LOGO_TORIZONCORE,
1100+
.colors = {
1101+
FF_COLOR_FG_LIGHT_WHITE,
1102+
FF_COLOR_FG_YELLOW,
1103+
FF_COLOR_FG_BLUE
1104+
},
1105+
},
10961106
// Cosmic DE
10971107
{
10981108
.names = {"Cosmic"},

0 commit comments

Comments
 (0)