windows 에서 간단한 파일을 편집할 때 vim 과 notepad++ 를 사용하는데 기본 테마가 그리 가독성이 좋지 않습니다.


제가 사용하는 테마인 solarized 를 적용하는 방법을 정리해 봅니다.


1. github 에서 테마를 clone 합니다.

git clone https://github.com/walesmd/notepad-plus-plus-solarized.git
cd notepad-plus-plus-solarized
POWERSHELL


2. 테마 파일(*.xml) 을 사용자의 Appdata 폴더로 복사합니다.

cp *.xml $env:appdata\Notepad++\themes\
POWERSHELL


3. Settings  → Style Configurator 메뉴에 들어간 후에 "Select theme" 에서 solarized 를 선택해 줍니다.


같이 보기