diff --git a/src/logo/ascii/quasar.txt b/src/logo/ascii/quasar.txt new file mode 100644 index 0000000000..c26ba5c455 --- /dev/null +++ b/src/logo/ascii/quasar.txt @@ -0,0 +1,25 @@ +### + ##### + ## #### + ## ##### + ## ##### + ## ### + ## #### + ## #### #### + ## ### ### #### + ##### ## + ### ## ### ## + ## ## ## ## + # ## ## ## + ## ## ## ## + ## #### ## ### + ### ##### + #### ### #### ### + ##### #### ## + ### ## + ### ## + ##### ## + ##### ## + #### ## + ###### + ### \ No newline at end of file diff --git a/src/logo/builtin.c b/src/logo/builtin.c index 1775a62734..972dacee3d 100644 --- a/src/logo/builtin.c +++ b/src/logo/builtin.c @@ -4197,6 +4197,16 @@ static const FFlogo Q[] = { FF_COLOR_FG_RED, }, }, + // Quasar + { + .names = { "Quasar" }, + .lines = FASTFETCH_DATATEXT_LOGO_QUASAR, + .colors = { + FF_COLOR_FG_WHITE + }, + .colorKeys = FF_COLOR_FG_BLUE, + .colorTitle = FF_COLOR_FG_DEFAULT, + }, // Qubes { .names = { "Qubes" },