Skip to content

Commit

Permalink
Bolder
Browse files Browse the repository at this point in the history
  • Loading branch information
jamonholmgren committed Nov 29, 2023
1 parent 848a64d commit 05e47d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ main() {

# Colors

BLUE='\033[0;34m'
BLUE='\033[1;34m'
YELLOW='\033[1;33m'
RED='\033[0;31m'
RED='\033[1;31m'
DKGRAY='\033[1;30m'
CYAN='\033[0;36m'
GREEN='\033[0;32m'
CYAN='\033[1;36m'
GREEN='\033[1;32m'
END='\033[0m' # End Color

function replace_in_file {
Expand Down

0 comments on commit 05e47d0

Please sign in to comment.