Skip to content

Commit

Permalink
Set foreground colors for the newly added distro logos
Browse files Browse the repository at this point in the history
  • Loading branch information
teohhanhui committed Aug 29, 2024
1 parent b2f7a3c commit 0ca67a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/hyfetch/src/neofetch_util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand All @@ -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],
Expand Down

0 comments on commit 0ca67a5

Please sign in to comment.