본문 바로가기
컴퓨터 & IT (Computer & IT)/VIM

[Vim] Jellybean colorscheme 변경

by Physics 2020. 3. 9.
728x90

 

설치 방법

※ Vundle이 설치되어있다고 가정함
~/.vimrc에 다음과 같은 plugin 명령어를 기입

Plugin 'nanotech/jellybeans.vim'

이후, jellybeans을 적용하는 방법은 크게 두 가지이다.

   1) vim을 킨 후, :colorscheme jellybeans를 입력하면, 즉시 dark color scheme으로 변경됨
   2) .vimrc 파일에서 colorscheme jellybeans를 입력 후, 저장하면 된다. 

$ vim ~/.vimrc 
...
colorscheme jellybeans
...

Reference: https://www.vim.org/scripts/script.php?script_id=2555

 

728x90

댓글