mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-12 09:58:03 +02:00
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:
Executable
+17
@@ -0,0 +1,17 @@
|
||||
xxrjr ftttt
|
||||
xxxxxjjfffft
|
||||
xxxxxxxjjjjj
|
||||
xxxxxxxjjjjj
|
||||
xxxxxxxxxnxx
|
||||
xxxxxxxn
|
||||
$2[[
|
||||
//// [[
|
||||
//// [[
|
||||
///////[[
|
||||
/////]]
|
||||
[[
|
||||
[[
|
||||
[[
|
||||
[[
|
||||
[[
|
||||
[]
|
||||
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user