OS: Add support for Maui

This commit is contained in:
Michael Straube
2017-05-12 18:42:04 +02:00
parent a9e1d91f3f
commit 762820f136
2 changed files with 25 additions and 0 deletions

View File

@@ -3102,6 +3102,11 @@ get_distro_colors() {
ascii_file="manjaro"
;;
"Maui"*)
set_colors 6 7
ascii_file="maui"
;;
"Mer"*)
set_colors 4 7 1
ascii_file="mer"