Skip to content

Commit

Permalink
fixing fastfetch wrong colors for xray_os logo (#1486)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xray-OS authored Jan 6, 2025
1 parent d39be95 commit 0bed182
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/logo/builtin.c
Original file line number Diff line number Diff line change
Expand Up @@ -5000,9 +5000,10 @@ static const FFlogo X[] = {
.names = {"Xray_OS"},
.lines = FASTFETCH_DATATEXT_LOGO_XRAY_OS,
.colors = {
FF_COLOR_FG_256 "16",
FF_COLOR_FG_256 "15",
FF_COLOR_FG_256 "14",
FF_COLOR_FG_256 "16",
FF_COLOR_FG_256 "24",
}
},
// LAST
Expand Down

0 comments on commit 0bed182

Please sign in to comment.