Versions Compared

Key

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

...

  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



Windows cmd

cmd.exe 에 적용(https://github.com/neilpa/cmd-colors-solarized)

  1. 레지스트리 파일 다운로드

    Code Block
    titledark
    wget https://raw.githubusercontent.com/neilpa/cmd-colors-solarized/master/solarized-dark.reg
    Code Block
    titlelight
    wget https://raw.githubusercontent.com/neilpa/cmd-colors-solarized/master/solarized-light.reg
  2. regedit 로 등록

    Code Block
    regedit /s solarized-light.reg
  3. cmd.exe 나 bash on windows 를 실행해서 확인