diff --git a/src/logo/ascii/redrose.txt b/src/logo/ascii/redrose.txt new file mode 100755 index 0000000000..316c695f6b --- /dev/null +++ b/src/logo/ascii/redrose.txt @@ -0,0 +1,17 @@ + xxrjr ftttt + xxxxxjjfffft + xxxxxxxjjjjj + xxxxxxxjjjjj + xxxxxxxxxnxx + xxxxxxxn + $2[[ +//// [[ +//// [[ +///////[[ + /////]] + [[ + [[ + [[ + [[ + [[ + [] diff --git a/src/logo/builtin.c b/src/logo/builtin.c index 7a53a49d1a..92a7cb63bf 100644 --- a/src/logo/builtin.c +++ b/src/logo/builtin.c @@ -4232,6 +4232,17 @@ static const FFlogo R[] = { .colorKeys = FF_COLOR_FG_RED, .colorTitle = FF_COLOR_FG_RED, }, + // Redrose + { + .names = {"Redrose"}, + .lines = FASTFETCH_DATATEXT_LOGO_REDROSE, + .colors = { + FF_COLOR_FG_RED, + FF_COLOR_FG_GREEN, + }, + .colorKeys = FF_COLOR_FG_RED, + .colorTitle = FF_COLOR_FG_RED, + }, // Refracta { .names = {"Refracta"},