diff --git a/.yadm/bootstrap b/.yadm/bootstrap index 420c683..a1dc138 100755 --- a/.yadm/bootstrap +++ b/.yadm/bootstrap @@ -1,8 +1,8 @@ #!/bin/sh -RED='\033[0;31m' -GREEN='\033[0;32m' -CYAN='\033[0;36m' +RED='\033[1;31m' +GREEN='\033[1;32m' +CYAN='\033[1;36m' NC='\033[0m' info() { @@ -15,7 +15,7 @@ error() { } success() { - echo -e "${RED}$1${NC}" + echo -e "${GREEN}$1${NC}" } # Fish configuration