Skip to content

Commit b280c14

Browse files
committed
Remove WHITE colour
1 parent 2198d98 commit b280c14

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

scripts/install-skill.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ if [[ -t 1 ]] && [[ "${TERM:-}" != "dumb" ]]; then
1111
YELLOW='\033[0;33m'
1212
BLUE='\033[0;34m'
1313
CYAN='\033[0;36m'
14-
WHITE='\033[0;37m'
1514
else
1615
BOLD=''
1716
DIM=''
@@ -21,7 +20,6 @@ else
2120
YELLOW=''
2221
BLUE=''
2322
CYAN=''
24-
WHITE=''
2523
fi
2624

2725
# Symbols

0 commit comments

Comments
 (0)