-1

I'm new in vim setting T__T.

in terminal in iterm2

left is terminal display.

right is iterm2 display.

how to change the color in terminal to be like in iterm2

Thanks in advance.

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
Yura
  • 17
  • 8

2 Answers2

1

Could you try to set background color light in both terminal and iterm?

In Vim, : set background=light

or you can add

set background=light

in your .vimrc

Also, unchecking "Draw bold text in bright colors" might fix the issue.

Joon
  • 11
  • 2
0

Some vim colorschemes, including the default, take the terminal's color palette as default color values. However, if you use a colorscheme with full 256 color support, I believe there's a 256 colorscheme for the default as well, the issue disappears.

Here's a photo with desert (non-256) as a colorscheme between iTerm and Terminal: 1

And here's a photo with jellybeans (256): 2

Paul Bae
  • 60
  • 1
  • 6
  • I use both setting by default. Besides using 256 colorscheme, It has no way to solve this problem T___T ??? – Yura Sep 03 '14 at 12:13