gnome 터미널에 light vim colorcheme 설치

gnome 터미널에 light vim colorcheme 설치

내 vim에 밝은 색 구성표를 설치하고 싶지만 작동하지 않는 것 같습니다(지금 몇 가지 시도했습니다). 내가 얻고 싶은 것은 mayansmoke의 스크린샷에서 볼 수 있는 것과 같습니다.

안타깝게도 이 테마를 설치하는 방법은 다음과 같습니다. https://www.dropbox.com/s/nf1p1dwkisekorm/My_vim.png?dl=0

여기에 이미지 설명을 입력하세요.

이것은 내 .vimrc입니다.

execute pathogen#infect()
set number
set tabstop=3 "tabs are 3 spaces big (smaller than default)
set autoindent "You'll keep the indentation on the next line when you press enter.

"auto complete brackets
inoremap { {}<Esc>i 
inoremap [ []<Esc>i
inoremap ( ()<Esc>i

syntax on
set t_Co=256
colorscheme distinguished

이것이 첫 번째 스크린샷이 Mac에서 촬영되었다는 사실과 관련이 있나요? 이 밝은 테마를 얻으려면 어떻게 해야 합니까?

관련 정보