The colors under the Linux terminal

Source: Internet
Author: User
Tags clear screen set background

Output of colors under Linux terminal

You can also create colorful fonts and patterns at the command line, just add some color codes, such as

Echo-e "\033[41;36m Red Bottom Green character \033[0m"

where 41 of the position represents the background, 36 of the position is the color of the word
those ASCII code is the whole story of the color call.
\033[, M ... \033[0m
Word background color range:----
40: Black
41: Crimson
42: Green
43: Yellow
44: Blue
45: Purple
46: Dark green
47: White
Word color:-----------
30: Black
31: Red
32: Green
33: Yellow
34: Blue
35: Purple
36: Dark green
37: White
description of the ===============================================ansi control code
\33[0m Close All Properties
\33[1m setting High brightness
\33[4m underline
\33[5m Flashing
\33[7m Reverse Display
\33[8m blanking
\33[30m--\33[37m setting foreground color
\33[40m--\33[47m set background color
\33[na the cursor to move n rows
\33[NB cursor down n rows
\33[NC cursor Right shifts n rows
\33[nd cursor left n rows
\33[y;xh Setting the cursor position
\33[2j Clear Screen
\33[k clears the contents from the cursor to the end of the line
\33[s Save cursor position
\33[u Restore cursor position
\33[?25l Hide Cursor
\33[?25h Display Cursor


With a board under the shell.



From for notes (Wiz)

The colors under the Linux terminal

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.