Skip to content

Commit a31d8ce

Browse files
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>
1 parent 41143c2 commit a31d8ce

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

src/logo/ascii/redrose.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
xxrjr ftttt
2+
xxxxxjjfffft
3+
xxxxxxxjjjjj
4+
xxxxxxxjjjjj
5+
xxxxxxxxxnxx
6+
xxxxxxxn
7+
$2[[
8+
//// [[
9+
//// [[
10+
///////[[
11+
/////]]
12+
[[
13+
[[
14+
[[
15+
[[
16+
[[
17+
[]

src/logo/builtin.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4262,6 +4262,17 @@ static const FFlogo R[] = {
42624262
.colorKeys = FF_COLOR_FG_RED,
42634263
.colorTitle = FF_COLOR_FG_RED,
42644264
},
4265+
// Redrose
4266+
{
4267+
.names = {"Redrose"},
4268+
.lines = FASTFETCH_DATATEXT_LOGO_REDROSE,
4269+
.colors = {
4270+
FF_COLOR_FG_RED,
4271+
FF_COLOR_FG_GREEN,
4272+
},
4273+
.colorKeys = FF_COLOR_FG_RED,
4274+
.colorTitle = FF_COLOR_FG_RED,
4275+
},
42654276
// Refracta
42664277
{
42674278
.names = { "Refracta" },

0 commit comments

Comments
 (0)