Set foreground colors for the newly added distro logos
This commit is contained in:
parent
b2f7a3cee9
commit
0ca67a5608
1 changed files with 2 additions and 0 deletions
|
@ -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],
|
||||
|
|
Loading…
Reference in a new issue