码迷,mamicode.com
首页 > 系统相关 > 详细

mac修改配色方案[转载]

时间:2017-07-31 17:51:48      阅读:259      评论:0      收藏:0      [点我收藏+]

标签:sim   tps   size   attribute   tor   selector   配色   方案   source   

参考博客:

http://blog.csdn.net/zly9923218/article/details/51967923

vim ~/.bash_profile

插入代码:

#enables colorin the terminal bash shell export
export CLICOLOR=1

#sets up thecolor scheme for list export
export LSCOLORS=gxfxcxdxbxegedabagacad

#sets up theprompt color (currently a green similar to linux terminal)
export PS1=\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;36m\]\w\[\033[00m\]\$ 

#enables colorfor iTerm
export TERM=xterm-color

执行:

source ~/.bash_profile

 

官网提供的配色方案:iTerm2-Color-Schemes,根据图片显示风格下载喜欢的配色,

我用的是solarized,即iterm2-colors-solarized下的Solarized DarkSolarized Dark.itermcolors

设置:

preference->profiles->Terminal->xterm-new

                   ->colors->LoadPresents,import配色方案文件

重启iterm文件。

 

mac修改配色方案[转载]

标签:sim   tps   size   attribute   tor   selector   配色   方案   source   

原文地址:http://www.cnblogs.com/yiruparadise/p/7264310.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!