mac下 iterm2配色方案


1,vim或者open -e 打开~/.bash_profile

2,把下面一段话贴进去

#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

3 mac 注销

4 打开iterm

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

5.1 Colors菜单,选择LoadPresents,import就可以选择下载好的配色方案了

付配色方案链接

## Origin
Most of the themes were converted  from [n0tch2k](http://n0tch2k.deviantart.com/)'s [.Xdefaults](http://rawtec.de/dotfiles/Xdefaults.html) by using `tools/xresources_to_iterm` (reads an `.Xresources` color scheme from *stdin* and writes an iTerm2 theme to *stdout*).

## Pointers
- [dotshare](http://dotshare.it/category/terms/colors/)
- [crunchbang](http://crunchbanglinux.org/forums/topic/9935/post-your-xdefaults-and-terminal-apps-colorschemes-with-screenshot/)
- [arch](https://bbs.archlinux.org/viewtopic.php?id=51818)

## Update
I'm moved to a **non proprietary** working environment lately: this repository is frozen. Please check out my other projects.

## Previews
###arthur
![arthur](https://github.com/juanpabloaj/iTerm-2-Color-Themes/raw/master/previews/arthur.png)  
###n0tch2k
![n0tch2k](https://github.com/juanpabloaj/iTerm-2-Color-Themes/raw/master/previews/n0tch2k.png)  
###pnevma
![pnevma](https://github.com/juanpabloaj/iTerm-2-Color-Themes/raw/master/previews/pnevma.png)  
###square
![square](https://github.com/juanpabloaj/iTerm-2-Color-Themes/raw/master/previews/square.png)  
###thayer
![thayer](https://github.com/juanpabloaj/iTerm-2-Color-Themes/raw/master/previews/thayer.png)  
###wryan
![wryan](https://github.com/juanpabloaj/iTerm-2-Color-Themes/raw/master/previews/wryan.png)  
###zenburn
![zenburn](https://github.com/juanpabloaj/iTerm-2-Color-Themes/raw/master/previews/zenburn.png)

 

 

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM