diff --git a/modules/abstract.sh b/modules/abstract.sh index 57e93fd..54b5041 100755 --- a/modules/abstract.sh +++ b/modules/abstract.sh @@ -61,7 +61,7 @@ else fi # print font color -if [[ "$LOAD" = false ]]; then +if [[ "$LOAD" = false || "$COLORS" = false ]]; then echo "${BW[4]}" else for i in "${!BW[@]}"; do