add steamOS support
This commit is contained in:
parent
c4cffa0b3c
commit
9b689dabaf
@ -218,6 +218,7 @@ impl Information {
|
|||||||
"openSUSE Tumbleweed" | "openSUSE Leap" => '',
|
"openSUSE Tumbleweed" | "openSUSE Leap" => '',
|
||||||
"PopOS" => '',
|
"PopOS" => '',
|
||||||
"Ubuntu" => '',
|
"Ubuntu" => '',
|
||||||
|
"SteamOS" => '',
|
||||||
"Windows" => '',
|
"Windows" => '',
|
||||||
"Android" => '',
|
"Android" => '',
|
||||||
"iOS" => '',
|
"iOS" => '',
|
||||||
@ -254,7 +255,7 @@ impl Information {
|
|||||||
"Fedora Linux" | "Kali GNU/Linux" | "Alpine Linux" => "bright blue",
|
"Fedora Linux" | "Kali GNU/Linux" | "Alpine Linux" => "bright blue",
|
||||||
"openSUSE Tumbleweed" | "openSUSE Leap" | "Linux Mint" | "Android" => "bright green",
|
"openSUSE Tumbleweed" | "openSUSE Leap" | "Linux Mint" | "Android" => "bright green",
|
||||||
"EndeavourOS" | "Gentoo" | "CentOS Linux" | "CentOS Stream" => "purple",
|
"EndeavourOS" | "Gentoo" | "CentOS Linux" | "CentOS Stream" => "purple",
|
||||||
"iOS" | "macOS" | "ElementaryOS" => "bright white",
|
"iOS" | "macOS" | "ElementaryOS" | "SteamOS" => "bright white",
|
||||||
"AlmaLinux" => "yellow",
|
"AlmaLinux" => "yellow",
|
||||||
|
|
||||||
_ => "bright white",
|
_ => "bright white",
|
||||||
|
Loading…
Reference in New Issue
Block a user