Versions Compared

Key

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

...

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

light 테마를 사용할 경우 set background=light 로 설정


SecureCRT

...

  1. download

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

    Code Block
    eval `dircolors .dircolors`

IntelliJ

Note

https://github.com/jkaving/intellij-colors-solarized


  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

...

  1. 인텔리J 의 File → *Import Settings* 메뉴 선택후 다운받은 settings.jar 을 선택하고 컴포넌트에서 Editor Colors 를 선택하고 Ok 클릭.

    Image Added

  2. IntelliJ IDEA 재시작

  3. Preferences(또는 Settings) → Editor → Colors & Fonts 를 선택한 후에 테마를 선택하고 Ok 클릭

    Image Added


Visual Studio

Note

https://github.com/

...

leddt/

...

visualstudio-colors-solarized

...


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

    Code Block
    titledark
    wget https://raw.githubusercontentgithub.com/neilpaleddt/cmdvisualstudio-colors-solarized/master/solarized-dark.reg Code Block
    titlelight
    wget  에 연결하여 사용하는 버전에 맞는 테마 다운로드
  2. Tools -> Import and Export Settings...

  3. Select "Import selected environment settings"

  4. Backup if desired.

  5. Click "Browse".

  6. Select the vssettings file you downloaded.

  7. Click "Next".

  8. Done.


Windows cmd

Note

Microsoft 의 console 프로젝트 사용 권장

  1. https://rawgithub.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 를 실행해서 확인Microsoft/console/releases 에서 마지막 릴리스 다운로드
  4. 압축 해제
  5. colortool 을 테마 이름을 옵션으로 주어서 실행

    Code Block
    ColorTool.exe solarized_dark


Cmder