OS: Add support for Nurunner

This commit is contained in:
Michael Straube
2017-08-12 19:14:12 +02:00
parent 6d63a7f155
commit 837984b5b3
2 changed files with 24 additions and 0 deletions

View File

@@ -3426,6 +3426,11 @@ get_distro_colors() {
ascii_file="nixos"
;;
"Nurunner"*)
set_colors 4
ascii_file="nurunner"
;;
"OBRevenge"*)
set_colors 1 7 3
ascii_file="obrevenge"