bash:colors:8-bit_colors
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
bash:colors:8-bit_colors [2021/01/09 13:21] – peter | bash:colors:8-bit_colors [2021/01/09 13:33] (current) – peter | ||
---|---|---|---|
Line 8: | Line 8: | ||
<code bash> | <code bash> | ||
- | \033[38; | ||
- | \033[48; | ||
- | |||
ESC[ 38; | ESC[ 38; | ||
ESC[ 48; | ESC[ 48; | ||
+ | </ | ||
+ | |||
+ | where n is: | ||
+ | |||
+ | <code bash> | ||
0- 7: standard colors (as in ESC [ 30–37 m) | 0- 7: standard colors (as in ESC [ 30–37 m) | ||
8- 15: high intensity colors (as in ESC [ 90–97 m) | 8- 15: high intensity colors (as in ESC [ 90–97 m) | ||
Line 36: | Line 38: | ||
<code bash> | <code bash> | ||
echo -e " | echo -e " | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== BRIGHT RED Example ===== | ||
+ | |||
+ | <code bash> | ||
+ | echo -e " | ||
</ | </ | ||
bash/colors/8-bit_colors.1610198467.txt.gz · Last modified: 2021/01/09 13:21 by peter