Logo (Builtin): adds support for Redrose (#2236)

* Added support for Redrose.

* Remove 'redrose' OS identification logic

* Remove dollar signs from ASCII art in redrose.txt

* Update logo name from 'redrose' to 'Redrose'

---------

Co-authored-by: Carter Li <CarterLi@users.noreply.github.com>
This commit is contained in:
lost
2026-04-23 11:19:19 +04:00
committed by GitHub
parent 41143c23f4
commit a31d8ce87b
2 changed files with 28 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
xxrjr ftttt
xxxxxjjfffft
xxxxxxxjjjjj
xxxxxxxjjjjj
xxxxxxxxxnxx
xxxxxxxn
$2[[
//// [[
//// [[
///////[[
/////]]
[[
[[
[[
[[
[[
[]
+11
View File
@@ -4262,6 +4262,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" },