Change "ensure" to "aid"
This commit is contained in:
parent
e08f55dd3f
commit
c9c1a7e714
|
@ -86,14 +86,14 @@ section_regular_colors() {
|
||||||
printf "These colors and their respective escape codes are shown in the following table:\n"
|
printf "These colors and their respective escape codes are shown in the following table:\n"
|
||||||
newline
|
newline
|
||||||
|
|
||||||
printf "\e[30m\\e[30;47mBlack\e[0m (shown on light grey background to ensure visibility)\n"
|
printf "\e[30m\\e[30;47mBlack\e[0m (shown on light grey background to aid visibility)\n"
|
||||||
printf "\e[31m\\e[31mRed\e[0m\n"
|
printf "\e[31m\\e[31mRed\e[0m\n"
|
||||||
printf "\e[32m\\e[32mGreen\e[0m\n"
|
printf "\e[32m\\e[32mGreen\e[0m\n"
|
||||||
printf "\e[33m\\e[33mBrown\e[0m\n"
|
printf "\e[33m\\e[33mBrown\e[0m\n"
|
||||||
printf "\e[34m\\e[34mBlue\e[0m\n"
|
printf "\e[34m\\e[34mBlue\e[0m\n"
|
||||||
printf "\e[35m\\e[35mPurple\e[0m\n"
|
printf "\e[35m\\e[35mPurple\e[0m\n"
|
||||||
printf "\e[36m\\e[36mCyan\e[0m\n"
|
printf "\e[36m\\e[36mCyan\e[0m\n"
|
||||||
printf "\e[37m\\e[37;40mLight grey (shown on black background to ensure visibility)\e[0m\n"
|
printf "\e[37m\\e[37;40mLight grey (shown on black background to aid visibility)\e[0m\n"
|
||||||
}
|
}
|
||||||
|
|
||||||
section_notes_on_names() {
|
section_notes_on_names() {
|
||||||
|
|
Loading…
Reference in New Issue