diff --git a/fetch b/fetch index 1f3ef62d..25e6d7dd 100755 --- a/fetch +++ b/fetch @@ -2061,6 +2061,10 @@ colors () { "Windows"*) setcolors 1 2 4 3 ;; + + *) + setcolors 2 1 + ;; esac }