OS: Added support for Lunar Linux.

This commit is contained in:
dylan araps 2017-10-16 07:42:37 +11:00
parent b57cdee02a
commit a26fd76ca6
2 changed files with 18 additions and 0 deletions

View file

@ -3388,6 +3388,11 @@ get_distro_colors() {
ascii_file="lubuntu"
;;
"Lunar"*)
set_colors 4 7 3
ascii_file="lunar"
;;
"mac"*"_small")
set_colors 2 3 1 5 4
ascii_file="mac_small"