OS: Added support for SalentOS

This commit is contained in:
Dylan Araps
2016-12-23 01:08:14 +11:00
parent 48b3b575d3
commit ab87fb15e2
2 changed files with 24 additions and 0 deletions

View File

@@ -2494,6 +2494,10 @@ get_distro_colors() {
set_colors 5 4 6 2
;;
"SalentOS"*)
set_colors 2 1 3 7
;;
"CRUX"* | "Chakra"* | "gNewSense"* | "SailfishOS"* | "Alpine"* | "Ubuntu-GNOME"* | "Qubes"*)
set_colors 4 5 7 6
;;