Merge pull request #699 from obrevenge/master

added obrevenge and archlabs ascii art for compatiblity for both new distros
This commit is contained in:
Dylan Araps 2017-04-25 12:38:03 +10:00 committed by GitHub
commit e021d30d1e
3 changed files with 46 additions and 0 deletions

View file

@ -2836,6 +2836,11 @@ get_distro_colors() {
ascii_file="arch"
;;
"ARCHlabs"*)
set_colors 6 6 7 1
ascii_file="archlabs"
;;
"Bitrig"*)
set_colors 2 7
ascii_file="bitrig"
@ -3101,6 +3106,11 @@ get_distro_colors() {
ascii_file="nixos"
;;
"OBRevenge"*)
set_colors 1 7 3
ascii_file="obrevenge"
;;
"openbsd_small")
set_colors 3 7 6 1 8
ascii_file="openbsd_small"