Write paragraph on background colors
This commit is contained in:
parent
15a1207cca
commit
1086edea2d
|
@ -140,9 +140,10 @@ section_bold_colors() {
|
||||||
}
|
}
|
||||||
|
|
||||||
section_background_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() {
|
section_256_colors() {
|
||||||
|
|
Loading…
Reference in New Issue