Skip to content

Commit c574af9

Browse files
committed
Logo (Builtin): fix colors of DragonFly
1 parent 74ae84e commit c574af9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/logo/ascii/dragonfly.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$2,--, $1| $2,--,
22
$2| `-, $1,^, $2,-' |
3-
$2 `, `-, $3(/ \) $2,-' ,'
3+
$2 `, `-, $1(/ \) $2,-' ,'
44
$2 `-, `-,$1/ \$2,-' ,-'
55
$2 `------$1( )$2------'
66
$2 ,----------$1( )$2----------,

src/logo/builtin.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,10 +1439,10 @@ static const FFlogo D[] = {
14391439
.lines = FASTFETCH_DATATEXT_LOGO_DRAGONFLY,
14401440
.colors = {
14411441
FF_COLOR_FG_RED,
1442-
FF_COLOR_FG_WHITE,
1442+
FF_COLOR_FG_DEFAULT,
14431443
},
14441444
.colorKeys = FF_COLOR_FG_RED,
1445-
.colorTitle = FF_COLOR_FG_WHITE,
1445+
.colorTitle = FF_COLOR_FG_DEFAULT,
14461446
},
14471447
// DragonFlySmall
14481448
{
@@ -1451,10 +1451,10 @@ static const FFlogo D[] = {
14511451
.lines = FASTFETCH_DATATEXT_LOGO_DRAGONFLY_SMALL,
14521452
.colors = {
14531453
FF_COLOR_FG_RED,
1454-
FF_COLOR_FG_WHITE,
1454+
FF_COLOR_FG_DEFAULT,
14551455
},
14561456
.colorKeys = FF_COLOR_FG_RED,
1457-
.colorTitle = FF_COLOR_FG_WHITE,
1457+
.colorTitle = FF_COLOR_FG_DEFAULT,
14581458
},
14591459
// DragonFlyOld
14601460
{

0 commit comments

Comments
 (0)