OS: Added support for Endless OS

This commit is contained in:
Dylan Araps
2017-07-24 00:52:52 +10:00
parent c89bf85671
commit 1d362254d9
2 changed files with 26 additions and 0 deletions

View File

@@ -3057,6 +3057,11 @@ get_distro_colors() {
ascii_file="elementary"
;;
"Endless"*)
set_colors 1 7
ascii_file="endless"
;;
"Exherbo"*)
set_colors 4 7 1
ascii_file="exherbo"