终端terminal的颜色配置

PS1 color  终端terminal的颜色配置

PS1="\[\e[92;1m\][\u\e[90;5m@\e[25m\[\e[91;4m\]Atlas\e[24m\[\e[1m\]\[\e[92;1m\] \W ]\\$\[\e[0m\]"

Set

 

CodeDescriptionExamplePreview
1Bold/Bright
echo -e "Normal \e[1mBold"
Normal Bold
2Dim
echo -e "Normal \e[2mDim"
Normal Dim
4Underlined
echo -e "Normal \e[4mUnderlined"
Normal Underlined
5Blink 1)
echo -e "Normal \e[5mBlink"
Normal Blink
7Reverse (invert the foreground and background colors)
echo -e "Normal \e[7minverted"
Normal inverted
8Hidden (useful for passwords)
echo -e "Normal \e[8mHidden"
Normal Hidden

 

 

 

 

 

 

 

Reset

CodeDescriptionExamplePreview
0Reset all attributes
echo -e "\e[0mNormal Text"
Normal Text
21Reset bold/bright
echo -e "Normal \e[1mBold \e[21mNormal"
Normal Bold Normal
22Reset dim
echo -e "Normal \e[2mDim \e[22mNormal"
Normal Dim Normal
24Reset underlined
echo -e "Normal \e[4mUnderlined \e[24mNormal"
Normal Underlined Normal
25Reset blink
echo -e "Normal \e[5mBlink \e[25mNormal"
Normal Blink Normal
27Reset reverse
echo -e "Normal \e[7minverted \e[27mNormal"
Normal inverted Normal
28Reset hidden
echo -e "Normal \e[8mHidden \e[28mNormal"
Normal Hidden Normal

Foreground (text)

CodeColorExamplePreview
39Default foreground color
echo -e "Default \e[39mDefault"
Default Default
30Black
echo -e "Default \e[30mBlack"
Default Black
31Red
echo -e "Default \e[31mRed"
Default Red
32Green
echo -e "Default \e[32mGreen"
Default Green
33Yellow
echo -e "Default \e[33mYellow"
Default Yellow
34Blue
echo -e "Default \e[34mBlue"
Default Blue
35Magenta
echo -e "Default \e[35mMagenta"
Default Magenta
36Cyan
echo -e "Default \e[36mCyan"
Default Cyan
37Light gray
echo -e "Default \e[37mLight gray"
Default Light gray
90Dark gray
echo -e "Default \e[90mDark gray"
Default Dark gray
91Light red
echo -e "Default \e[91mLight red"
Default Light red
92Light green
echo -e "Default \e[92mLight green"
Default Light green
93Light yellow
echo -e "Default \e[93mLight yellow"
Default Light yellow
94Light blue
echo -e "Default \e[94mLight blue"
Default Light blue
95Light magenta
echo -e "Default \e[95mLight magenta"
Default Light magenta
96Light cyan
echo -e "Default \e[96mLight cyan"
Default Light cyan
97White
echo -e "Default \e[97mWhite"
Default White

Background

CodeColorExamplePreview
49Default background color
echo -e "Default \e[49mDefault"
Default Default
40Black
echo -e "Default \e[40mBlack"
Default Black
41Red
echo -e "Default \e[41mRed"
Default Red
42Green
echo -e "Default \e[42mGreen"
Default Green
43Yellow
echo -e "Default \e[43mYellow"
Default Yellow
44Blue
echo -e "Default \e[44mBlue"
Default Blue
45Magenta
echo -e "Default \e[45mMagenta"
Default Magenta
46Cyan
echo -e "Default \e[46mCyan"
Default Cyan
47Light gray
echo -e "Default \e[47mLight gray"
Default Light gray
100Dark gray
echo -e "Default \e[100mDark gray"
Default Dark gray
101Light red
echo -e "Default \e[101mLight red"
Default Light red
102Light green
echo -e "Default \e[102mLight green"
Default Light green
103Light yellow
echo -e "Default \e[103mLight yellow"
Default Light yellow
104Light blue
echo -e "Default \e[104mLight blue"
Default Light blue
105Light magenta
echo -e "Default \e[105mLight magenta"
Default Light magenta
106Light cyan
echo -e "Default \e[106mLight cyan"
Default Light cyan
107White
echo -e "Default \e[107mWhite"
Default White

 

转载于:https://www.cnblogs.com/chinesezyc/p/9837008.html

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/396383.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

速度与激情的Webpack

Also published in my tech blog也发布在我的技术博客中 This is a guide that is meant to help you ease your development workflow and save your time by using a bunch of awesome tools that you’ve read about on the internet (does React Hot Loader ring any bells…

java nio socket长连接_nio实现Socket长连接和心跳

前段时间用bio方式,也就是传统io实现了socket的长连接和心跳,总觉着服务端开启多线程管理socket连接的方式过于消耗资源,数据并发的情况下可能会影响到性能,因此就尝试使用nio改进原来的代码。然而改进的过程却不像我起初设想的那…

unity让对象作为参数_C#+Unity学习笔记:类与对象

参考文献蜜酒厅通讯社 游戏部 石中居士对象(object):有状态、行为和身份的东西。状态(state):表示物体特征的信息,可以用来跟踪对象的状态。属性(properties):因为编程人员需要把控对象的状态,所以要对其进行访问。通过…

Tomcat 报 The valid characters are defined in RFC 7230 and RFC 3986

问题 24-Mar-2017 23:43:21.300 INFO [http-apr-8001-exec-77] org.apache.coyote.http11.AbstractHttp11Processor.process Error parsing HTTP request header Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level. java.lang.IllegalAr…

Linux Kernel Oops异常分析

0.linux内核异常常用分析方法 异常地址是否在0附近,确认是否是空指针解引用问题异常地址是否在iomem映射区,确认是否是设备访问总线异常问题,如PCI异常导致的地址访问异常异常地址是否在stack附近,如果相邻&#xff0c…

Centos7.5 VMtools的安装与卸载

一、安装1、自带tools: 选择VMware工具栏 > 虚拟机 > 安装VMtools2、挂载光驱3、tar -zxvf VMwareTools-10.3.2-9925305.tar.gz(这里以tar文件为例)4、切换到目标目录,执行(一定要使用root权限执行)…

gitter 卸载_最佳Gitter渠道:开发人员工具

gitter 卸载by Gitter通过吉特 最佳Gitter渠道:开发人员工具 (Best Gitter channels: Developer Tools) Developer tools have become essential to any kind of serious software development, also in the open source setting. They can ease the daily develop…

java 过滤脚本_我写的得到天气的Java代码,其中有过滤脚本和过滤HTMLtag的函数。...

public class WeatherFilter{private String html;private String target"http://weather.news.sohu.com/query.php?city北京";public WeatherFilter()throws Exception{this(null);}public WeatherFilter(String targetIn)throws Exception{if(targetIn!null)this.…

【懒癌发作】收集各种懒癌发作时用程序写作业的程序

updata:20170621 好的,已经是准高一了,现在看起来太蠢了。。。 -------------------------------------------------------------------------------------- 要真正的运用,程序一定是要来解决实际问题的——比如作业(懒就直说&…

50欧姆线设计 高频pcb_硬件设计基础100问(三)

硬件基础知识问答今天依旧是节前知识储备哦,jacky大神整理的硬件基础知识很细致,第三弹学起来!01 1、晶体管基本放大电路有共射、共集、共基三种接法,请简述这三种基本放大电路的特点。共射:共射放大电路具有放大电流和…

如何正确实现 Java 中的 HashCode

相等 和 Hash Code 从一般角度来看,Equality 是不错的,但是 hash code 更则具技巧性。如果我们在 hash code上多下点功夫,我们就能了解到 hash code 就是用在细微处去提升性能的。 大部分的数据结构使用equals去检查是否他们包含一个元素。例…

一亿小目标成就_成就卓越的一种方式:自我选择

一亿小目标成就by Prosper Otemuyiwa通过Prosper Otemuyiwa 成就卓越的一种方式:自我选择 (One way to Greatness: Pick Yourself) I’ve heard many people say this: “I want to be great”, but most people only just have wild thoughts & imaginations …

java操作文件爱女_Java的IO操作---File类

目标1)掌握File类作用2)可以使用file类中方法对文件进行读写操作。File类唯一与文件有关的类。使用file类可进行创建或删除操作,要想使用File类,首先观察File类的构造方法。public File(String pathname);实例化File类的时候,必须设置好路径。…

openssl创建私有ca

openssl创建私有ca1.ssl大概内容PKI:公钥基础设施结构CA:证书权威机构,PKI的核心CRL:证书吊销列表,使用证书之前需要检测证书有效性证书存储格式常见的X509格式包含内容 公钥有效期限证书的合法拥有人证书该如何使用CA的信息CA签名…

查询显示注释_SQL的简单查询

1.基本的查询语句-- *代表查询所有的列select * from <表名>;distinct表示列中不包括重复的值&#xff0c;例如select distinct 姓名&#xff1b;如果是select distinct 姓名,学号&#xff1b;则表示姓名和学号都重复的值才会显示。as为列设定别名&#xff0c;例如select…

【AC自动机】【数据结构】【树】【Aho-Corasick automation】AC自动机理解(入门)...

引入 我们首先提出一个问题&#xff1a; 给出n个串每个串的长度≤m 然后给出一个长度为k的串&#xff0c;询问前n个串中有多少个是匹配成了的 暴力搜索 这题不是sb题目吗&#xff1f; 随随便便O(kmn)跑过。 。。。。 n10000 m50 k1000000 。。。。 好吧——我们用AC自动…

域控dns无法解析域控_域注册商,DNS和托管

域控dns无法解析域控by ᴋɪʀʙʏ ᴋᴏʜʟᴍᴏʀɢᴇɴ由ᴋɪʀʙʏᴋᴏʜʟᴍᴏʀɢᴇɴ 域名注册商&#xff0c;DNS和托管 (Domain registrars, DNS, and hosting) 如何正确设置网站 (How to set up your website the right way) It took me a while to set up the infras…

java 栈空间_初学JAVA——栈空间堆空间的理解

1.Person pangzi; //这是在“开拓空间”于栈空间pangzinew Person(); //这是赋值于堆空间上两步就是在做与空间对应的事。2.值类型直接存入栈空间&#xff0c;如AF&#xff0c;引用类型存入堆空间&#xff0c;在栈空间存有“索引地址”&#xff0c;如当需要B时&#xff0…

二进制安装kubernetes v1.11.2 (第八章 kube-apiserver 部署)

继续上一章部署。 八、部署kube-apiserver组件 使用第七章的haproxy和keepalived部署的高可用集群提供的VIP&#xff1a;${MASTER_VIP} 8.1 下载二进制文件&#xff0c;参考 第三章  8.2 创建 kubernetes 证书和私钥 source /opt/k8s/bin/environment.sh cat > kubernetes-…

element手机验证格式_vue封装 element-ui form表单验证 正则匹配手机号 自定义校验表格内容...

效果image.png在methods中//检查手机号isCellPhone(val) {if (!/^1(3|4|5|6|7|8)\d{9}$/.test(val)) {return false;} else {return true;}}在template中v-model"forgetForm.phone"type"text"auto-complete"off"placeholder"请输入你的手机…