Using Tango Terminal Color Scheme in PuTTY

Modern Linux terminals use the Tango color scheme because it makes the terminal look beautiful and readable.

You can use the Tango color scheme for PuTTY or PuTTYcyg, too. Download and unzip the putty-tango.zip and merge the putty-tango.reg into the system registry. And that’s all! Any new saved sessions will employ the Tango color scheme. 🙂

Please note that the existing saved sessions will not be affected because PuTTY stores color scheme for each saved session. You have to modify all existing saved sessions. To apply the Tango color scheme for an existing saved session, open the putty-tango.reg in a text editor, replace ‘Default%20Settings‘ with the name of the session, and merge the modified registry file. For instance, the following line:

[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\Default%20Settings]

could be replaced with the following line if the name of the saved session is ‘My Saved Session‘ (note that a space needs to be replaced with ‘%20‘:

[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\My%20Saved%20Session]

요즘 리눅스 터미널은 미적인 이유와 가독성 때문에 Tango 색상표를 사용합니다.

PuTTYPuTTYcyg 에 대해서도 Tango 색상표를 적용할 수 있습니다. putty-tango.zip 를 받아서 압축 해제하면 나오는 putty-tango.reg 를 시스템 레지스트리에 병합하면 됩니다. 이후에 새로 추가되는 세션에 대해 탱고 색상표가 적용됩니다. 🙂

하지만 기존에 저장된 세션에 대해서는 적용이 되지 않습니다. PuTTY가 세션별로 색상표를 따로 저장하기 때문입니다. 기존에 저장된 세션의 설정은 모두 직접 변경해 주어야 합니다. 기존에 저장된 세션의 색상표를 변경하려면 putty-tango.reg 를 텍스트 편집기에 불러온 뒤 ‘Default%20Settings‘ 를 세션의 이름으로 변경한 뒤 시스템 레지스트리에 병합해 주면 됩니다. 일례로, 저장된 세션의 이름이 ‘My Saved Session‘일 경우, 다음 줄을:

[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\Default%20Settings]

다음과 같이 바꿔 주면 됩니다. (공백을 ‘%20‘ 로 대치해야 함에 유의하세요):

[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\My%20Saved%20Session]

3 Comments Using Tango Terminal Color Scheme in PuTTY

  1. stania

    감사합니다. 잘 쓰고 있습니다.

    다만 첨부해주신 파일을 사용하면 cyan, cyan bold가 노란색에 가까운 색으로 표시되더군요. 혹시나 해서 R 성분과 B 성분을 바꿔 입력했더니 그럴싸한 파란색이 나옵니다. tango 색상표가 원래 그런지는 정확히 모르겠으나 이쪽이 색 변화가 없다는 점에서 더 좋은것 같군요. 혹시 잘못되었다면 정정 부탁드립니다.

    다시 한 번 좋은 포스팅 감사드립니다. 😀

  2. stania

    위 게시물의 이름에 적나라한 mailto 링크가 걸려있어서 스팸 봇이 노릴까봐 걱정됩니다-

    귀찮게 해드려 죄송하지만서도 메일 주소 링크에 이런저런 조치를 취해주시면 좋겠습니다-

    감사합니다.

Comments are closed.