Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

가독성 좋은 테마인 solarized 를 설정하는 방법

vim

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

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


SecureCRT

최고의 Windows 용 터미널 에뮬레이터인 Secure CRT 에 적용하는 방법

  1. 전역 설정 파일인 %appdata%\VanDyke\Config\Global.ini 를 에디터로 로딩
  2. B:”ANSI Color RGB”  부분 찾은 후에 아래 내용으로 변경

    B:”ANSI Color RGB”=00000040
    00 2b 38 00 dc 32 2f 00 85 99 00 00 b5 89 00 00 26 8b d2 00 d3 36 82 00 2a a1 98 00 ee e8 d5 00
    07 36 42 00 cb 4b 16 00 58 6e 75 00 65 7b 83 00 83 94 96 00 6c 71 c4 00 93 a1 a1 00 fd f6 e3 00

iTerm2

iTerm2 + oh my zsh + solaried theme - https://gist.github.com/kevin-smets/8568070

  1. iTerm2 설치

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


solaized dircolors

  1. download

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

    eval `dircolors .dircolors`

IntelliJ

  1. https://github.com/jkaving/intellij-colors-solarized 에서 settings.jar 다운로드
  2. Go to File | Import Settings... and specify the intellij-colors-solarized directory or the settings.jar file. Click OK in the dialog that appears.

  3. Restart IntelliJ IDEA

  4. Go to Preferences | Editor | Colors & Fonts and select one of the new color themes.


Visual Studio




  • No labels