notepad++ 에 solarized theme 적용
notepad++ 에 solarized theme 적용
windows 에서 간단한 파일을 편집할 때 vim 과 notepad++ 를 사용하는데 기본 테마가 그리 가독성이 좋지 않습니다.
제가 사용하는 테마인 solarized 를 적용하는 방법을 정리해 봅니다.
1. github 에서 테마를 clone 합니다.
git clone https://github.com/walesmd/notepad-plus-plus-solarized.git cd notepad-plus-plus-solarized
2. 테마 파일(*.xml) 을 사용자의 Appdata 폴더로 복사합니다.
cp *.xml $env:appdata\Notepad++\themes\
3. Settings → Style Configurator 메뉴에 들어간 후에 "Select theme" 에서 solarized 를 선택해 줍니다.
같이 보기
, multiple selections available,
Related content
Solarized Dark/Light theme 적용하기
Solarized Dark/Light theme 적용하기
More like this
SecureCRT 에 Solarized theme 적용하기
SecureCRT 에 Solarized theme 적용하기
More like this
eclipse 에서 tab 대신 space 사용하기
eclipse 에서 tab 대신 space 사용하기
More like this
Artistic Style - Source code Indenter, Formatter, and Beautifier, 각종 소스 파일을 들여쓰기, 포맷팅, 예쁘게 만들어 주기
Artistic Style - Source code Indenter, Formatter, and Beautifier, 각종 소스 파일을 들여쓰기, 포맷팅, 예쁘게 만들어 주기
More like this
windows 용 vim 폰트(font) 및 렌더링(redering) 옵션 설정
windows 용 vim 폰트(font) 및 렌더링(redering) 옵션 설정
More like this
이클립스 폰트 및 크기 변경
이클립스 폰트 및 크기 변경
More like this