Skip to content

Commit

Permalink
adjust normal color to default on black and white backgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpeteuil committed Jan 25, 2018
1 parent abd32d7 commit e4d0139
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions utils/aws-list
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#

scriptname="aws-list"
scriptbuildnum="1.0.2"
scriptbuilddate="2017-05-12"
scriptbuildnum="1.0.3"
scriptbuilddate="2018-01-25"

# source aws-quick-cli init files to add color and display_ver function
scriptDir=$(reldir=$(dirname -- "$0"; echo x); reldir=${reldir%?x}; cd -- "$reldir" && pwd && echo x); scriptDir=${scriptDir%?x}
Expand Down
3 changes: 2 additions & 1 deletion utils/aws-quick-cli-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ if test -t 1; then # check if stdout is a terminal
magenta="$(tput setaf 5)" # shellcheck disable=SC2034
cyan="$(tput setaf 6)"
white="$(tput setaf 7)"
clrreset="\033[0m"
# Set Color Theme - used by echo statements
CLRnormal=${bold}${white}
CLRnormal=${bold}${clrreset}
CLRheading=${bold}${green}
CLRheading2=${bold}${blue} # shellcheck disable=SC2034
CLRtitle=${bold}${cyan}
Expand Down
4 changes: 2 additions & 2 deletions utils/aws-ssh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#

scriptname="aws-ssh"
scriptbuildnum="1.0.2"
scriptbuilddate="2017-05-12"
scriptbuildnum="1.0.3"
scriptbuilddate="2018-01-25"

# source aws-quick-cli init files to add color and display_ver function
scriptDir=$(reldir=$(dirname -- "$0"; echo x); reldir=${reldir%?x}; cd -- "$reldir" && pwd && echo x); scriptDir=${scriptDir%?x}
Expand Down
4 changes: 2 additions & 2 deletions utils/aws-toggle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#

scriptname="aws-toggle"
scriptbuildnum="1.0.2"
scriptbuilddate="2017-05-12"
scriptbuildnum="1.0.3"
scriptbuilddate="2018-01-25"

############################################################
### FUNCTIONS
Expand Down

0 comments on commit e4d0139

Please sign in to comment.