bash:colors
This is an old revision of the document!
Table of Contents
BASH - Colors
Quick Reference
- 3 and 4-bit colors: echo -e “\033[0;31mThis is in RED”
- 8-bit colors: echo -e “\033[38;5;1mThis is in RED”
- RGB colors: echo -e “\033[38;2;255;0;0mThis is in RED”
References
bash/colors.1610197073.txt.gz · Last modified: 2021/01/09 12:57 by peter