We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e571a3 commit b569acbCopy full SHA for b569acb
src/logo/builtin.c
@@ -1093,6 +1093,16 @@ static const FFlogo C[] = {
1093
.colorKeys = FF_COLOR_FG_BLUE,
1094
.colorTitle = FF_COLOR_FG_WHITE,
1095
},
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
1106
// Cosmic DE
1107
{
1108
.names = {"Cosmic"},
0 commit comments