Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

Vundle 플러그인 매니저 설치후 .vimrc 에 아래 내용 추가하고 재구동


Code Block
languagevim
Plugin 'altercation/vim-colors-solarized'
 
 
syntax enable
set background=dark
colorscheme solarized

...

  1. iTerm2 설치

    Code Block
    brew cask install iterm2
  2. Solarized theme 다운로드
  3. iterm 구동
  4. Preferences → Profiles → Colors → Color Presets → Import 선택
     

...


Solaized dircolors

ls 명령시 출력 결과에 solarized theme 적용하기


  1. download

    Code Block
    wget https://raw.githubusercontent.com/seebi/dircolors-solarized/master/dircolors.256dark -O ~/.dircolors
  2. 반영

    Code Block
    eval `dircolors .dircolors`

...

  1. Package control 설치(Sublime Text 3 설치 및 설정 참고)
  2. Tools->Command Pallet 또는 (Ctrl-Shift-P) 를 클릭
  3. 명령창에서 Install Package  클릭
  4. Solarized Color Scheme 패키지 설치

  5. Preference → Color theme 에서 Solarized 테마를 선택

...