Swap ascii colors around

This commit is contained in:
Dylan Araps 2016-08-12 09:26:59 +10:00
parent c7e5b778ae
commit 2c6d048b1c
2 changed files with 11 additions and 15 deletions

View file

@ -2736,7 +2736,7 @@ colors () {
setcolors 2 7
;;
"PCLinuxOS"* | "Slackware"* | "KaOS"* | "Kubuntu"* | "Lubuntu"* | "Xubuntu"*)
"PCLinuxOS"* | "Slackware"* | "KaOS"* | "Kubuntu"* | "Lubuntu"* | "Xubuntu"* | "OpenIndiana"*)
setcolors 4 7 1
;;
@ -2774,10 +2774,6 @@ colors () {
setcolors 1 2 4 3
;;
"OpenIndiana"*)
setcolors 7 4
;;
"Raspbian"* | *)
setcolors 2 1
;;