Set foreground colors for the newly added distro logos

This commit is contained in:
Teoh Han Hui 2024-08-30 00:31:18 +08:00
parent b2f7a3cee9
commit 0ca67a5608
No known key found for this signature in database
GPG key ID: D43E2BABAF97DCAE

View file

@ -839,6 +839,7 @@ fn ascii_foreground(distro: &Distro) -> Vec<NeofetchAsciiIndexedColor> {
Distro::Android => vec![2],
Distro::Antergos => vec![1],
Distro::ArchStrike => vec![2],
Distro::Arkane => vec![1],
Distro::Asahi => vec![5],
Distro::Astra_Linux => vec![2],
Distro::BlackArch => vec![3],
@ -860,6 +861,7 @@ fn ascii_foreground(distro: &Distro) -> Vec<NeofetchAsciiIndexedColor> {
Distro::KrassOS => vec![2],
Distro::Kubuntu => vec![2],
Distro::Linux => vec![1],
Distro::LinuxFromScratch => vec![1, 3],
Distro::Lubuntu => vec![2],
Distro::openEuler => vec![2],
Distro::orchid => vec![1],