added 2 more ascii logos

ubuntu and fedora logos added
This commit is contained in:
2026-05-25 21:08:00 +03:00
parent 0b07013eeb
commit 69f97442a3
+14 -19
View File
@@ -334,28 +334,26 @@ std::vector<string> distroArt() {
"ubuntu",
Color::Orange,
{
"------ |\\ ", // TODO:
" | | \\ ",
" | | / ",
" | |/ ",
" ",
" ",
" ",
" "
" _ ",
" ,--(_) ",
" _/ ;-._\\ ",
"(_)( ) )",
" \\ ;-'_/ ",
" `--(_) "
}
},
{
"fedora",
Color::Blue,
{
"------ |\\ ", // TODO:
" | | \\ ",
" | | / ",
" | |/ ",
" ",
" ",
" ",
" "
" _____ ",
" / __)\\ ",
" | / \\ \\",
" ___| |__/ /",
" / (_ _)_/ ",
"/ / | | ",
"\\ \\__/ | ",
" \\(_____/ ",
}
},
{
@@ -453,9 +451,6 @@ std::vector<string> distroArt() {
},
};
// Ubuntu: Orange (+ Light/Deep Orange)
// Fedora: Blue + Gray/White
std::vector<string> out;
for (const auto& logo : logos) {
if (logo.id == distroID) {