1
jamesxu 2014-05-10 17:13:27 +08:00
在 Preference -> Profiles -> Colors -> Basic Colors -> Foreground 里改
|
2
Joysisyphus OP |
3
peartail 2014-05-10 17:21:56 +08:00
@Joysisyphus Google zsh theme.
|
4
Joysisyphus OP |
5
josephpei 2014-05-10 17:51:02 +08:00
|
6
krafttuc 2014-05-10 17:53:27 +08:00
你看看Profiles -> your profile -> Terminal 下面 Report Terminal Type 类型
我的是 xterm-256color |
7
Joysisyphus OP @krafttuc
恩,这个我改过的,但还是不行 |
8
Joysisyphus OP @josephpei
谢谢 |
9
Owenjia 2014-05-10 22:02:51 +08:00
我是这样改的,不知道在 Iterm2 里能不能用~~
eval `dircolors path/to/dircolors.ansi-dark` https://github.com/seebi/dircolors-solarized |
10
Joysisyphus OP @Owenjia
谢谢,我试试 |
11
tizac 2015-03-23 21:55:34 +08:00
在 ~/.bash_profile 增加
export CLICOLOR=1 |
12
ETHANAIR 2016-11-27 04:53:40 +08:00
All you need to do is reduce the minimum contrast by moving the slider to the left. Reducing the minimum contrast allows colors other than black and white to be used for the text. Here's why:
A higher minimum contrast will force the text and background to be farther apart in terms of brightness. So if you have a black background, a higher minimum contrast will force the text to be closer to white. Similarly, if you have a white background, a higher minimum contrast will force the text to be closer to black. http://superuser.com/questions/353396/how-to-set-color-terminal-for-iterm2 |