Skip to content

Commit a895ca3

Browse files
committed
Changed default colors in coloredLog
1 parent 221d35f commit a895ca3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shellmenu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ startMenu() {
136136
# Writes colored log to standard out
137137
#######################################
138138
coloredLog () {
139-
set_foreground=$(tput setaf "${2:-7}")
140-
set_background=$(tput setab "${3:-0}")
139+
set_foreground=$(tput setaf "${2:-$clrWhite}")
140+
set_background=$(tput setab "${3:-$clrBlack}")
141141
echo -n "$set_background$set_foreground"
142142
printf "%s\n" "$1"
143143
tput sgr0

0 commit comments

Comments
 (0)