Logo (Builtin): adds openRuyi (#2318)

* Logo: Add openRuyi

* Update ASCII art in openruyi.txt

* Fix casing of 'openRuyi' in builtin.c

---------

Co-authored-by: Z572 <z572@z572.online>
Co-authored-by: Carter Li <CarterLi@users.noreply.github.com>
This commit is contained in:
HNO₃
2026-05-11 09:37:02 +08:00
committed by GitHub
parent 6c7a8a8c41
commit 50964fcddf
2 changed files with 24 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
⣠⣴⣶⣾⣿⣿⣷⣶⣦⣄
⣠⣾⣿⡿⠟⠛⠉⠉⠛⠻⢿⣿⣷⣄
⣼⣿⡿⠋ ⠙⢿⣿⣧
⣀⣠⣿⣿⠁ ⠈⣿⣿⣄⣀
⢀⣴⣾⣿⣿⡿⠟$2 ⢀⣀⣀⣄⣀⣀ $1⠻⢿⣿⣿⣷⣦⡀
$1 ⣰⣿⣿⠟⠉ $2 ⣠⣾⣿⡿⠿⠿⠿⢿⣿⣦⡀ $1 ⠉⠻⣿⣿⣆
$1⢰⣿⡿⠁ $2⢰⣿⡿⠁$3⢀⣠⣄⡀$2 ⠙⣿⣷$1 ⠘⣿⣿⡆
$1⣿⣿⡇ $2⠙⣿⠁$3⣴⣿⡿⠿⠟$2 ⢀⣿⣿$1 ⢸⣿⣿
$1⣿⣿⡇ $3 ⣿⡟$2⢀⣀⣀⣴⣾⣿⠋ $1 ⢸⣿⣿
$1⠸⣿⣷⡀ $3 ⣿⡇$2⠘⢿⣿⣿⡋ $1 ⢠⣾⣿⠇
$1 ⠙⣿⣿⣶⣤⣀⣀⣀$3⣀⣀⣰⣿⡇$2 ⠙⢿⣿⣦⣀⣀$1⣀⣀⣤⣶⣿⣿⠋
$1 ⠙⠿⢿⣿⣿⣿$3⣿⣿⣿⠟ $2 ⠉⠻⣿⣿$1⣿⣿⡿⠟⠋
+12
View File
@@ -3544,6 +3544,18 @@ static const FFlogo O[] = {
FF_COLOR_FG_GREEN,
},
},
// openRuyi
{
.names = { "openRuyi" },
.lines = FASTFETCH_DATATEXT_LOGO_OPENRUYI,
.colors = {
FF_COLOR_FG_BLUE,
FF_COLOR_FG_YELLOW,
FF_COLOR_FG_LIGHT_YELLOW,
},
.colorKeys = FF_COLOR_FG_BLUE,
.colorTitle = FF_COLOR_FG_DEFAULT,
},
// OpenStage
{
.names = { "OpenStage" },