Write paragraph on background colors

This commit is contained in:
The Magician 2023-11-06 11:51:57 +00:00
parent 15a1207cca
commit 1086edea2d
1 changed files with 3 additions and 2 deletions

View File

@ -140,9 +140,10 @@ section_bold_colors() {
}
section_background_colors() {
title "Codes 40-47; Regular Background Colors"
title "Codes 40-47; Background Colors"
printf 'TODO\n'
printf "Codes 40 through 47 are used to set the background color, as opposed to 30-37 being used to set the foreground (i.e. text) color.\n"
printf "40 through 47 select from the same eight-color palette as codes 30 through 37. Whether the \"boldness\" attribute will set the background color to the alternate \"bright\" color is implementation-dependent; both are shown here so you can see whether your terminal supports it.\n"
}
section_256_colors() {