Logo (Builtin): fix colors of DragonFly

This commit is contained in:
Carter Li
2025-07-03 09:33:04 +08:00
parent 74ae84e719
commit c574af97a4
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
$2,--, $1| $2,--,
$2| `-, $1,^, $2,-' |
$2 `, `-, $3(/ \) $2,-' ,'
$2 `, `-, $1(/ \) $2,-' ,'
$2 `-, `-,$1/ \$2,-' ,-'
$2 `------$1( )$2------'
$2 ,----------$1( )$2----------,
+4 -4
View File
@@ -1439,10 +1439,10 @@ static const FFlogo D[] = {
.lines = FASTFETCH_DATATEXT_LOGO_DRAGONFLY,
.colors = {
FF_COLOR_FG_RED,
FF_COLOR_FG_WHITE,
FF_COLOR_FG_DEFAULT,
},
.colorKeys = FF_COLOR_FG_RED,
.colorTitle = FF_COLOR_FG_WHITE,
.colorTitle = FF_COLOR_FG_DEFAULT,
},
// DragonFlySmall
{
@@ -1451,10 +1451,10 @@ static const FFlogo D[] = {
.lines = FASTFETCH_DATATEXT_LOGO_DRAGONFLY_SMALL,
.colors = {
FF_COLOR_FG_RED,
FF_COLOR_FG_WHITE,
FF_COLOR_FG_DEFAULT,
},
.colorKeys = FF_COLOR_FG_RED,
.colorTitle = FF_COLOR_FG_WHITE,
.colorTitle = FF_COLOR_FG_DEFAULT,
},
// DragonFlyOld
{