shell中設定字型顏色

來源:互聯網
上載者:User

       顏色是通過添加專用序列來選擇的 -- 
基本上是夾在 
"/e["
和 
"m" 
之間數字值。如果指定一個以上的數字代碼,則用分號將它們分開。



      echo -e "/e[31;40m"

第一個數字(31)
為前景顏色
(
紅色
)
;第二個數字為
(40)
背景顏色
(
黑色
)

echo -e "
/e
[0m"

我們需要使用 "/e[0m" 
序列將顏色重新設定為正常值。



/033[30m -- /033[37m 設定前景色彩
(
字型顏色
)



/033[30m        將字元的顯示顏色改為黑色



/033[31m        將字元的顯示顏色改為紅色



/033[32m        將字元的顯示顏色改為綠色



/033[33m        將字元的顯示顏色改為淡紅色



/033[34m 
 
      將字元的顯示顏色改為藍色


/033[35m        將字元的顯示顏色改為紫色



/033[36m        將字元的顯示顏色改為淡藍色



/033[37m        將字元的顯示顏色改為灰色





/033[40m -- /033[47m 設定背景色



/033[40m        將背景色設定為黑色



/033[41m        將背景色設定為紅色



/033[42m        將背景色設定為綠色



/033[43m        將背景色設定為淡紅色



/033[44m        將背景色設定為藍色



/033[45m        將背景色設定為紫色



/033[46m        將背景色設定為淡藍色



/033[47m        將背景色設定為灰色





例如:echo -ne "/033[32m" 
可以將字元的顯示顏色改為綠色









printf() 顏色設定



--------------------------------------


echo -e "/033[1;33m Hello World. /033[0m /n"




顏色如下:



none         = "/033[0m"


black        = "/033[0;30m"


dark_gray    = "/033[1;30m"


blue         = "/033[0;34m"


light_blue   = "/033[1;34m"


green        = "/033[0;32m"


light_green 
-
= "/033[1;32m"


cyan         = "/033[0;36m"


light_cyan   = "/033[1;36m"


red          = "/033[0;31m"


light_red    = "/033[1;31m"


purple       = "/033[0;35m"


light_purple = "/033[1;35m"


brown        = "/033[0;33m"


yellow       = "/033[1;33m"


light_gray   = "/033[0;37m"


white        = "/033[1;37m"

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.