OS: Added support for GrombyangOS

This commit is contained in:
Dylan Araps 2016-12-24 11:11:52 +11:00
parent 2f1c044308
commit c99f54b15d
2 changed files with 23 additions and 0 deletions

View file

@ -2631,6 +2631,11 @@ get_distro_colors() {
set_colors 1 2 3 4 5 6
;;
"Grombyang"*)
set_colors 4 2 1
ascii_distro="grombyang"
;;
"Void"* | "Haiku"*)
set_colors 2 8
;;