add steamOS support

This commit is contained in:
shibedrill 2024-05-03 14:29:45 -04:00
parent c4cffa0b3c
commit 9b689dabaf

View File

@ -218,6 +218,7 @@ impl Information {
"openSUSE Tumbleweed" | "openSUSE Leap" => '',
"PopOS" => '',
"Ubuntu" => '',
"SteamOS" => '',
"Windows" => '',
"Android" => '',
"iOS" => '',
@ -254,7 +255,7 @@ impl Information {
"Fedora Linux" | "Kali GNU/Linux" | "Alpine Linux" => "bright blue",
"openSUSE Tumbleweed" | "openSUSE Leap" | "Linux Mint" | "Android" => "bright green",
"EndeavourOS" | "Gentoo" | "CentOS Linux" | "CentOS Stream" => "purple",
"iOS" | "macOS" | "ElementaryOS" => "bright white",
"iOS" | "macOS" | "ElementaryOS" | "SteamOS" => "bright white",
"AlmaLinux" => "yellow",
_ => "bright white",