Forked from bheeshmar/gnome-terminal-colors-for-putty.reg
Created
September 20, 2016 16:43
-
-
Save darkbuck/72855e976ab64aac5960fb0f06cbf497 to your computer and use it in GitHub Desktop.
I finally got fed up enough with PuTTY's default ANSI colors that I customized them to match the gnome-terminal settings on Ubuntu 10.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Windows Registry Editor Version 5.00 | |
| [HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\Default%20Settings] | |
| "Colour6"="0,0,0" | |
| "Colour7"="85,87,83" | |
| "Colour8"="204,0,0" | |
| "Colour9"="239,41,41" | |
| "Colour10"="78,154,6" | |
| "Colour11"="138,226,52" | |
| "Colour12"="196,160,0" | |
| "Colour13"="252,233,79" | |
| "Colour14"="52,101,164" | |
| "Colour15"="114,159,207" | |
| "Colour16"="117,80,123" | |
| "Colour17"="173,127,168" | |
| "Colour18"="6,152,154" | |
| "Colour19"="52,226,226" | |
| "Colour20"="211,215,207" | |
| "Colour21"="238,238,236" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment